Skip to content

Commit b94d519

Browse files
committed
Fix: Update before install
1 parent edba5a4 commit b94d519

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/scripts/pypi_deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616

1717
set -euo pipefail
1818

19+
sudo apt-get update -y
1920
sudo apt-get install -y twine
2021
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)