We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02c3b2 commit 63dd3f3Copy full SHA for 63dd3f3
.github/workflows/deploy.yml
@@ -20,5 +20,5 @@ jobs:
20
env:
21
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
22
run: |
23
- pip install wheel
+ pip install wheel twine
24
make upload
0 commit comments