Skip to content

Commit d4ba740

Browse files
committed
Fix: Use apt-get
1 parent d02ac6c commit d4ba740

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
@@ -16,5 +16,5 @@
1616

1717
set -euo pipefail
1818

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

0 commit comments

Comments
 (0)