Skip to content

Commit e7f3dcd

Browse files
committed
BLD: upper cap setuptools
1 parent 16ca263 commit e7f3dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Install python-build and twine
4343
run: |
44-
python -m pip install --upgrade pip setuptools
44+
python -m pip install --upgrade pip "setuptools<=67"
4545
python -m pip install build twine
4646
python -m pip list
4747

0 commit comments

Comments
 (0)