Skip to content

Commit 6aaf4db

Browse files
Update python-package.yml
fix the CI/CD issue
1 parent 9d422d4 commit 6aaf4db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

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

4747
- name: Build Pypi Files
4848
run: |
49-
pip install --upgrade setuptools==71.0.0
49+
pip install packaging
50+
pip install --upgrade setuptools
5051
pip install wheel
5152
pip install twine
5253
git config --global user.name "${{secrets.GIT_USER}}"

0 commit comments

Comments
 (0)