Skip to content

Commit

Permalink
implement astanin#43 recommendation and publish also bdist_wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
astanin committed Mar 22, 2020
1 parent ae37c20 commit e96293a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HOWTOPUBLISH
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# update contributors and CHANGELOG in README
python3 benchmark.py # then update README
tox -e py33,py34,py36-extra
python3 setup.py sdist
python3 setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*
# tag version release
Expand Down

0 comments on commit e96293a

Please sign in to comment.