Skip to content

Commit

Permalink
Merge pull request #189 from peterbe/update-deploy-script
Browse files Browse the repository at this point in the history
update deploy script
  • Loading branch information
peterbe authored Sep 30, 2024
2 parents 520f98f + 9aaef55 commit 5fbec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -eo pipefail

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

0 comments on commit 5fbec0d

Please sign in to comment.