Skip to content

Commit c080a46

Browse files
committed
Fix: Install setuptools together with twine
1 parent b94d519 commit c080a46

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,5 +17,5 @@
1717
set -euo pipefail
1818

1919
sudo apt-get update -y
20-
sudo apt-get install -y twine
20+
sudo apt-get install -y twine python3-setuptools
2121
twine upload --repository-url https://test.pypi.org/legacy/ -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*.whl dist/*.tar.gz

0 commit comments

Comments
 (0)