We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bfd7c6 + a17b67e commit 87a7a06Copy full SHA for 87a7a06
.github/workflows/pipy.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Install Twine
20
run: |
21
pip install twine
22
+ pip install -U packaging
23
- name: Publish to PyPI
24
25
twine upload dist/*
0 commit comments