diff --git a/publish_to_pypi.sh b/publish_to_pypi.sh new file mode 100755 index 00000000..e23275b9 --- /dev/null +++ b/publish_to_pypi.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +python setup.py sdist bdist_wheel upload --sign diff --git a/setup.py b/setup.py index 9d4ebf2e..26079456 100755 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ 'pytest', 'semver', 'tox', + 'wheel' ], },