Skip to content

Commit

Permalink
upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
shtaxxx committed Oct 1, 2017
1 parent fdec9fd commit ab45c56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/upload_pypi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
set -e

python3 setup.py sdist
twine upload dist/*.tar.gz

0 comments on commit ab45c56

Please sign in to comment.