We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfd7c6 commit a17b67eCopy full SHA for a17b67e
.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