Skip to content

Commit

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

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

0 comments on commit 6aaf4db

Please sign in to comment.