We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ca263 commit e7f3dcdCopy full SHA for e7f3dcd
.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<=67"
45
python -m pip install build twine
46
python -m pip list
47
0 commit comments