Skip to content

Commit

Permalink
Improve helper to upload both Python 2 and 3 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
domenzain committed Jan 20, 2018
1 parent 38810b4 commit 80f20e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Expand Up @@ -5,4 +5,8 @@ test:
python setup.py test

distribute:
python setup.py sdist bdist_wheel upload --identity="26B1FA94" --sign
python setup.py sdist upload --identity="26B1FA94" --sign
workon ptpy
python setup.py bdist_wheel upload --identity="26B1FA94" --sign
workon ptpy3
python setup.py bdist_wheel upload --identity="26B1FA94" --sign

0 comments on commit 80f20e6

Please sign in to comment.