File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,9 @@ updates:
34
34
schedule :
35
35
interval : " weekly"
36
36
open-pull-requests-limit : 1
37
- # Ignore pinned version of cibuildwheel for Python 3.7
37
+ # Ignore cibuildwheel to avoid dropped Python versions
38
38
ignore :
39
39
- dependency-name : " pypa/cibuildwheel*"
40
- versions : ["8d945475ac4b1aac4ae08b2fd27db9917158b6ce", "2.17.0"]
41
40
# Don't group cibuildwheel with other actions, so we don't accidentally upgrade too far
42
41
groups :
43
42
cibuildwheel :
Original file line number Diff line number Diff line change 39
39
uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # 3.6.0
40
40
41
41
- name : Build Wheels
42
- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # 2.23.3
42
+ uses : pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # 2.17.0
43
43
env :
44
44
CIBW_PLATFORM : linux
45
45
CIBW_BUILD : " ${{ matrix.wheel }}*"
You can’t perform that action at this time.
0 commit comments