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

Commit 2078bba

Browse files
author
Ari Archer
committed
scripts/pypi : fix
Signed-off-by: Ari Archer <[email protected]>
1 parent 26299ef commit 2078bba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/pypi.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
set -eux
44

55
main() {
6+
rm -rf -- dist
7+
68
python3 -m build --wheel
7-
python3 -m twine upload dist/*
9+
python3 -m twine upload dist/*.whl
810
}
911

1012
main "$@"

0 commit comments

Comments
 (0)