Skip to content

Commit

Permalink
Rewrite to upload to prod pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGroundZero committed Sep 13, 2018
1 parent 4f6e086 commit ea9cde0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist/upload.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
#!/bin/bash
python3.7 setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit ea9cde0

Please sign in to comment.