File tree 1 file changed +4
-4
lines changed
Filter options
1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change 53
53
fetch-depth : 0
54
54
55
55
- name : Build wheels for CPython 3.10
56
- uses : pypa/cibuildwheel@v2.6 .0
56
+ uses : pypa/cibuildwheel@v2.7 .0
57
57
env :
58
58
CIBW_BUILD : " cp310-*"
59
59
CIBW_SKIP : " *-musllinux*"
66
66
CIBW_ARCHS : ${{ matrix.cibw_archs }}
67
67
68
68
- name : Build wheels for CPython 3.9
69
- uses : pypa/cibuildwheel@v2.6 .0
69
+ uses : pypa/cibuildwheel@v2.7 .0
70
70
env :
71
71
CIBW_BUILD : " cp39-*"
72
72
CIBW_SKIP : " *-musllinux*"
79
79
CIBW_ARCHS : ${{ matrix.cibw_archs }}
80
80
81
81
- name : Build wheels for CPython 3.8
82
- uses : pypa/cibuildwheel@v2.6 .0
82
+ uses : pypa/cibuildwheel@v2.7 .0
83
83
env :
84
84
CIBW_BUILD : " cp38-*"
85
85
CIBW_SKIP : " *-musllinux*"
92
92
CIBW_ARCHS : ${{ matrix.cibw_archs }}
93
93
94
94
- name : Build wheels for PyPy
95
- uses : pypa/cibuildwheel@v2.6 .0
95
+ uses : pypa/cibuildwheel@v2.7 .0
96
96
env :
97
97
CIBW_BUILD : " pp38-*"
98
98
CIBW_SKIP : " *-musllinux*"
You can’t perform that action at this time.
0 commit comments