Skip to content

Commit

Permalink
[debug] Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyHaze authored Feb 15, 2025
1 parent 56eee21 commit 37be777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build release distributions
run: |
python -m pip install --upgrade pip
python install -r requirements.txt
pip install -r requirements.txt
python -m pip install build
python -m build
Expand Down

0 comments on commit 37be777

Please sign in to comment.