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*"
@@ -114,7 +114,7 @@ jobs:
114
114
CIBW_ARCHS : ${{ matrix.cibw_archs }}
115
115
116
116
- name : Build wheels for PyPy
117
- uses : pypa/cibuildwheel@v2.11.4
117
+ uses : pypa/cibuildwheel@v2.12.0
118
118
env :
119
119
CIBW_BUILD : " pp38-* pp39-*"
120
120
CIBW_SKIP : " *-musllinux*"
You can’t perform that action at this time.
0 commit comments