Skip to content

Commit

Permalink
fix: install twine
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Nov 23, 2022
1 parent fc8d01d commit c39b901
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/pypi-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Uploads packages to PyPI
set -ue

pip install twine

twine upload \
--username __token__ \
--password "${PYPI_TOKEN}" \
Expand Down

0 comments on commit c39b901

Please sign in to comment.