Script for publishing
This commit is contained in:
parent
0c8a6f9419
commit
21260436f1
1 changed files with 8 additions and 0 deletions
8
publish.sh
Executable file
8
publish.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
# Clean old dists
|
||||
rm -r dist
|
||||
|
||||
# Create new packege
|
||||
python setup.py sdist
|
||||
|
||||
# Upload to pypi
|
||||
twine upload dist/*
|
Loading…
Add table
Reference in a new issue