Skip to content

Commit

Permalink
CI: Change pip install pin for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas committed Aug 4, 2023
1 parent b9f140d commit c8d355f
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 c8d355f

Please sign in to comment.