Skip to content

Commit c6d3460

Browse files
Remove comment and pin
1 parent 36a677d commit c6d3460

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-sdist-wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636

3737
- name: Install cibuildwheel
3838
run: |
39-
# 3.0.0 dropped support for python3.6-3.7
40-
python -m pip install cibuildwheel>=3.0.0
39+
python -m pip install cibuildwheel
4140
4241
- name: Cache HDF5 On Linux/macOS
4342
if: runner.os == 'Linux' || runner.os == 'macOS'

0 commit comments

Comments
 (0)