Bump version and include release script
This commit is contained in:
parent
bf9b62b380
commit
cffa944e12
6
release.sh
Executable file
6
release.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
rm -rf dist/
|
||||
python3 setup.py sdist
|
||||
python3 setup.py bdist_wheel
|
||||
twine upload dist/*
|
Loading…
Reference in New Issue
Block a user