Skip to content

Commit d02ac6c

Browse files
committed
Fix: Don't upload .dev to pypi
1 parent e6873cc commit d02ac6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/scripts/pypi_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
set -euo pipefail
1818

1919
apt install -y twine
20-
twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
20+
twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*.whl dist/*.tar.gz

0 commit comments

Comments
 (0)