Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
Setuptools downgrade
  • Loading branch information
Girish-Anadv-07 authored Aug 30, 2024
1 parent 591dbb2 commit 9d422d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Build Pypi Files
run: |
pip install --upgrade setuptools
pip install --upgrade setuptools==71.0.0
pip install wheel
pip install twine
git config --global user.name "${{secrets.GIT_USER}}"
Expand Down

0 comments on commit 9d422d4

Please sign in to comment.