Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
7b41f85f
Unverified
Commit
7b41f85f
authored
Dec 19, 2018
by
Gao, Xiang
Committed by
GitHub
Dec 19, 2018
Browse files
Update deploy-pypi.yml (#160)
parent
02cbf03d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
azure/deploy-pypi.yml
azure/deploy-pypi.yml
+2
-2
No files found.
azure/deploy-pypi.yml
View file @
7b41f85f
...
...
@@ -23,11 +23,11 @@ steps:
-
script
:
'
git
describe
--exact-match
--tags
HEAD'
displayName
:
'
Fail
build
on
non-release
commits'
-
script
:
'
azure/install_dependencies.sh
&&
pip
install
nose
coverage
twine'
-
script
:
'
azure/install_dependencies.sh
&&
pip
install
nose
coverage
twine
wheel
'
displayName
:
'
Install
dependencies'
-
script
:
'
python
setup.py
nosetests'
displayName
:
Unit tests
-
script
:
'
python
setup.py
sdist
&&
twine
upload
-u
$(pypi_username)
-p
$(pypi_password)
dist/*'
-
script
:
'
python
setup.py
bdist
bdist_wheel
&&
twine
upload
-u
$(pypi_username)
-p
$(pypi_password)
dist/*'
displayName
:
PYPI deploy
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment