We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acbb7d commit 0a4b0c9Copy full SHA for 0a4b0c9
1 file changed
.github/workflows/publish-tag-to-pypi.yaml
@@ -39,7 +39,7 @@ jobs:
39
path: dist/
40
41
- name: Install Twine
42
- run: python3 -m pip install --user --upgrade twine
+ run: python3 -m pip install --user --upgrade twine packaging
43
44
- name: Publish to PyPI
45
env:
0 commit comments