Skip to content

Commit

Permalink
Missing dep for twine
Browse files Browse the repository at this point in the history
  • Loading branch information
iosonofabio committed Jul 11, 2022
1 parent 80448c1 commit 2e9448c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .deploy.sh
Expand Up @@ -36,8 +36,11 @@ echo "TWINE_REPOSITORY=$TWINE_REPOSITORY"
echo "TWINE_USERNAME=$TWINE_USERNAME"
echo "TWINE_PASSWORD=$TWINE_PASSWORD"
pip --version
# Turns out twine needs this
pip install typing-extensions
pip install twine


# Build source
python setup.py sdist --dist-dir dist/

Expand Down

0 comments on commit 2e9448c

Please sign in to comment.