Skip to content

Commit a6c0835

Browse files
authored
Merge pull request #2226 from greglucas/cibuildwheel-hash
CI: Change pip install pin for releasing
2 parents b9f140d + c8d355f commit a6c0835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
- uses: actions/checkout@v3
5858
- name: Install cibuildwheel
59-
run: pipx install cibuildwheel==f21bb8376a051ffb6cb5604b28ccaef7b90e8ab7 # v2.14.1
59+
run: pipx install cibuildwheel==2.14.1
6060
- id: set-matrix
6161
run: |
6262
MATRIX=$(

0 commit comments

Comments
 (0)