Skip to content

Commit

Permalink
update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Sep 26, 2024
1 parent 520f98f commit 397d243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ set -eo pipefail

rm -fr dist/
python setup.py sdist bdist_wheel
twine upload --repository hashin dist/*
#twine upload --repository hashin dist/*
twine upload dist/*

0 comments on commit 397d243

Please sign in to comment.