Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
add bdist_wheel format
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Aug 31, 2015
1 parent 684db21 commit ee64bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ git push
python3 setup.py clean
python3 setup.py test

python3 setup.py sdist upload
python3 setup.py sdist bdist_wheel upload

git tag ${version}
git push --tags

0 comments on commit ee64bb6

Please sign in to comment.