Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
scripts/pypi : fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
  • Loading branch information
Ari Archer committed Apr 12, 2023
1 parent 26299ef commit 2078bba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
set -eux

main() {
rm -rf -- dist

python3 -m build --wheel
python3 -m twine upload dist/*
python3 -m twine upload dist/*.whl
}

main "$@"

0 comments on commit 2078bba

Please sign in to comment.