Upload version to PyPI.
This commit is contained in:
parent
6943ebad7c
commit
7cf643200e
10
scripts/upload-to-pip.sh
Normal file
10
scripts/upload-to-pip.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
cd "`dirname $0`"
|
||||
cd ..
|
||||
|
||||
python setup.py sdist
|
||||
|
||||
twine upload --verbose dist/*
|
Loading…
Reference in New Issue
Block a user