Skip to content

Commit 52501a8

Browse files
Merge pull request #107 from xsuite/update-cibuildwheel
Unpin the version of cibuildwheel in deploy.yaml
2 parents ec82ef2 + e293f5e commit 52501a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/setup-python@v3
2121

2222
- name: Install cibuildwheel
23-
run: python -m pip install cibuildwheel==2.16.5
23+
run: python -m pip install cibuildwheel
2424

2525
- name: Build wheels
2626
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)