Skip to content

Commit

Permalink
Merge pull request #2226 from greglucas/cibuildwheel-hash
Browse files Browse the repository at this point in the history
CI: Change pip install pin for releasing
  • Loading branch information
QuLogic committed Aug 5, 2023
2 parents b9f140d + c8d355f commit a6c0835
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 @@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install cibuildwheel
run: pipx install cibuildwheel==f21bb8376a051ffb6cb5604b28ccaef7b90e8ab7 # v2.14.1
run: pipx install cibuildwheel==2.14.1
- id: set-matrix
run: |
MATRIX=$(
Expand Down

0 comments on commit a6c0835

Please sign in to comment.