Skip to content

Commit

Permalink
Merge pull request #41 from wikimedia/twine-install
Browse files Browse the repository at this point in the history
Update deploy script to explicitly install twine
  • Loading branch information
halfak committed Jun 10, 2020
2 parents cc0593a + ce62107 commit ec1e28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python setup.py sdist bdist_wheel && twine upload dist/* --skip-existing --username $PYPI_USER --password $PYPI_PASS
pip install twine && python setup.py sdist bdist_wheel && twine upload dist/* --skip-existing --username $PYPI_USER --password $PYPI_PASS


0 comments on commit ec1e28d

Please sign in to comment.