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 62b7da0 commit bed0deeCopy full SHA for bed0dee
.github/workflows/deploy.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Deploy to PYPI
72
run: |
73
- pip install packaging
+ pip install packaging==24.2
74
pip install twine
75
pip install wheel
76
python setup.py sdist bdist_wheel
0 commit comments