Skip to content

Commit

Permalink
Use twine to upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Oct 2, 2019
1 parent ea9024f commit cbbd414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ then
git commit -m "updating changelog for ${new_version}"
git tag -s ${new_version} -m "tagging version ${new_version}"
python setup.py build sdist bdist_egg bdist_wheel
twine upload dist/*
else
echo changelog has errors. skipping tag.
fi;
Expand Down

0 comments on commit cbbd414

Please sign in to comment.