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 16ca263 commit fe8c5c9Copy full SHA for fe8c5c9
.github/workflows/publish-package.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Install python-build and twine
43
run: |
44
- python -m pip install --upgrade pip setuptools
+ python -m pip install --upgrade pip "setuptools<=75"
45
python -m pip install build twine
46
python -m pip list
47
0 commit comments