Skip to content

Commit

Permalink
ci: fix Python pip install (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred authored Aug 13, 2024
1 parent 1a9d194 commit 6b0a6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
python-version: 3.12

- name: Install Pip and build
run:
run: |
python -m pip install --upgrade pip
pip install build
Expand Down

0 comments on commit 6b0a6e7

Please sign in to comment.