Skip to content

Commit

Permalink
Fix pypi publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Valsecchi committed Jun 18, 2019
1 parent acb8486 commit 29bcaa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions publish-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
twine==1.13.0
setuptools==41.0.1
wheel==0.33.4
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

python3 ./setup.py bdist_wheel

pip install twine==1.12.1 setuptools==40.4.3 wheel==0.32.1
pip install -r publish-requirements.txt

if twine upload -u "${USERNAME}" -p "${PASSWORD}" dist/*.whl
then
Expand Down

0 comments on commit 29bcaa5

Please sign in to comment.