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 85
85
uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # 3.6.0
86
86
87
87
- name : Build Wheels
88
- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # 2.23.2
88
+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # 2.23.3
89
89
env :
90
90
CIBW_PLATFORM : linux
91
91
CIBW_BUILD : " ${{ matrix.wheel }}*"
You can’t perform that action at this time.
0 commit comments