File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
fetch-depth : 0
63
63
64
64
- name : Build wheels for CPython 3.11
65
- uses : pypa/cibuildwheel@v2.11.4
65
+ uses : pypa/cibuildwheel@v2.12.0
66
66
env :
67
67
CIBW_BUILD : " cp311-*"
68
68
CIBW_SKIP : " *-musllinux*"
75
75
CIBW_ARCHS : ${{ matrix.cibw_archs }}
76
76
77
77
- name : Build wheels for CPython 3.10
78
- uses : pypa/cibuildwheel@v2.11.4
78
+ uses : pypa/cibuildwheel@v2.12.0
79
79
env :
80
80
CIBW_BUILD : " cp310-*"
81
81
CIBW_SKIP : " *-musllinux*"
88
88
CIBW_ARCHS : ${{ matrix.cibw_archs }}
89
89
90
90
- name : Build wheels for CPython 3.9
91
- uses : pypa/cibuildwheel@v2.11.4
91
+ uses : pypa/cibuildwheel@v2.12.0
92
92
env :
93
93
CIBW_BUILD : " cp39-*"
94
94
CIBW_SKIP : " *-musllinux*"
@@ -101,7 +101,7 @@ jobs:
101
101
CIBW_ARCHS : ${{ matrix.cibw_archs }}
102
102
103
103
- name : Build wheels for PyPy
104
- uses : pypa/cibuildwheel@v2.11.4
104
+ uses : pypa/cibuildwheel@v2.12.0
105
105
env :
106
106
CIBW_BUILD : " pp39-*"
107
107
CIBW_SKIP : " *-musllinux*"
You can’t perform that action at this time.
0 commit comments