Skip to content

Commit

Permalink
Updated deploy script, so it will always build wheel for both Python …
Browse files Browse the repository at this point in the history
…2 and Python 3
  • Loading branch information
PawelTroka committed Aug 10, 2018
1 parent 649dabf commit 01d8051
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
python setup.py sdist bdist_wheel
twine upload -u USERNAME -p "PASSWORD" dist/*
python setup.py sdist
python setup.py bdist_wheel --universal
twine upload dist/*

0 comments on commit 01d8051

Please sign in to comment.