Skip to content

Commit

Permalink
* Adding wheel to dev dependencies since it's needed to publish to PyPI
Browse files Browse the repository at this point in the history
* Adding publish_to_pypi.sh for publishing to PyPI
  • Loading branch information
jsf9k committed Apr 4, 2018
1 parent 41f6f94 commit e3db079
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions publish_to_pypi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

python setup.py sdist bdist_wheel upload --sign
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
'pytest',
'semver',
'tox',
'wheel'
],
},

Expand Down

0 comments on commit e3db079

Please sign in to comment.