Skip to content

Commit

Permalink
ci: Fixed python env error
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Oct 15, 2024
1 parent c2feae2 commit c66c431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AutoPushToPypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:

- name: Run setup.py
run: |
pip install wheel get_pypi_latest_version
pip install wheel get_pypi_latest_version --break-system-packages
python -m pip install --upgrade pip
python -m pip install --upgrade pip --break-system-packages
python setup.py bdist_wheel ${{ github.ref_name }}
- name: Publish distribution 📦 to PyPI
Expand Down

0 comments on commit c66c431

Please sign in to comment.