Skip to content

Commit 9d422d4

Browse files
Update python-package.yml
Setuptools downgrade
1 parent 591dbb2 commit 9d422d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Build Pypi Files
4848
run: |
49-
pip install --upgrade setuptools
49+
pip install --upgrade setuptools==71.0.0
5050
pip install wheel
5151
pip install twine
5252
git config --global user.name "${{secrets.GIT_USER}}"

0 commit comments

Comments
 (0)