Skip to content

Commit

Permalink
Update pypi_upload.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Oct 10, 2019
1 parent 5626b8f commit 509d277
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pypi_upload.sh
Original file line number Diff line number Diff line change
@@ -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/*

0 comments on commit 509d277

Please sign in to comment.