Update pypi_upload.sh

This commit is contained in:
Jamie Hardt
2019-10-09 20:53:57 -07:00
parent 5626b8f051
commit 509d277464

View File

@@ -1,2 +1,4 @@
#!/bin/bash
#!/bin/zsh
python3 setup.py build
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*