We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ecbe1 commit 62b7da0Copy full SHA for 62b7da0
.github/workflows/deploy.yml
@@ -70,6 +70,7 @@ jobs:
70
71
- name: Deploy to PYPI
72
run: |
73
+ pip install packaging
74
pip install twine
75
pip install wheel
76
python setup.py sdist bdist_wheel
0 commit comments