File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Original file line number Diff line number Diff line change 57
57
fetch-depth : 0
58
58
59
59
- name : Build wheels for CPython 3.11
60
- uses : pypa/cibuildwheel@v2.11.2
60
+ uses : pypa/cibuildwheel@v2.11.3
61
61
env :
62
62
CIBW_BUILD : " cp311-*"
63
63
CIBW_SKIP : " *-musllinux*"
70
70
CIBW_ARCHS : ${{ matrix.cibw_archs }}
71
71
72
72
- name : Build wheels for CPython 3.10
73
- uses : pypa/cibuildwheel@v2.11.2
73
+ uses : pypa/cibuildwheel@v2.11.3
74
74
env :
75
75
CIBW_BUILD : " cp310-*"
76
76
CIBW_SKIP : " *-musllinux*"
83
83
CIBW_ARCHS : ${{ matrix.cibw_archs }}
84
84
85
85
- name : Build wheels for CPython 3.9
86
- uses : pypa/cibuildwheel@v2.11.2
86
+ uses : pypa/cibuildwheel@v2.11.3
87
87
env :
88
88
CIBW_BUILD : " cp39-*"
89
89
CIBW_SKIP : " *-musllinux*"
96
96
CIBW_ARCHS : ${{ matrix.cibw_archs }}
97
97
98
98
- name : Build wheels for CPython 3.8
99
- uses : pypa/cibuildwheel@v2.11.2
99
+ uses : pypa/cibuildwheel@v2.11.3
100
100
env :
101
101
CIBW_BUILD : " cp38-*"
102
102
CIBW_SKIP : " *-musllinux*"
@@ -109,7 +109,7 @@ jobs:
109
109
CIBW_ARCHS : ${{ matrix.cibw_archs }}
110
110
111
111
- name : Build wheels for PyPy
112
- uses : pypa/cibuildwheel@v2.11.2
112
+ uses : pypa/cibuildwheel@v2.11.3
113
113
env :
114
114
CIBW_BUILD : " pp38-* pp39-*"
115
115
CIBW_SKIP : " *-musllinux*"
You can’t perform that action at this time.
0 commit comments