Skip to content

Commit 63dd3f3

Browse files
install twine
1 parent b02c3b2 commit 63dd3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
env:
2121
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
2222
run: |
23-
pip install wheel
23+
pip install wheel twine
2424
make upload

0 commit comments

Comments
 (0)