Skip to content

Commit

Permalink
Update upload_to_pypi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DataGreed committed Apr 5, 2022
1 parent 2eee755 commit 23b5ec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion upload_to_pypi.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
deactivate
rm -rf dist/*
python3 -m pip install --user --upgrade setuptools wheel
python3 setup.py sdist bdist_wheel
python3 -m pip install --user --upgrade twine
python3 -m twine upload --repository --verbose pypi dist/*
python3 -m twine upload --repository pypi dist/* --verbose

0 comments on commit 23b5ec4

Please sign in to comment.