File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 70
70
https://github.com/qhull/qhull/raw/2020.2/COPYING.txt
71
71
72
72
- name : Build wheels for CPython 3.11
73
- uses : pypa/cibuildwheel@v2.12.0
73
+ uses : pypa/cibuildwheel@v2.12.1
74
74
env :
75
75
CIBW_BUILD : " cp311-*"
76
76
CIBW_SKIP : " *-musllinux*"
83
83
CIBW_ARCHS : ${{ matrix.cibw_archs }}
84
84
85
85
- name : Build wheels for CPython 3.10
86
- uses : pypa/cibuildwheel@v2.12.0
86
+ uses : pypa/cibuildwheel@v2.12.1
87
87
env :
88
88
CIBW_BUILD : " cp310-*"
89
89
CIBW_SKIP : " *-musllinux*"
96
96
CIBW_ARCHS : ${{ matrix.cibw_archs }}
97
97
98
98
- name : Build wheels for CPython 3.9
99
- uses : pypa/cibuildwheel@v2.12.0
99
+ uses : pypa/cibuildwheel@v2.12.1
100
100
env :
101
101
CIBW_BUILD : " cp39-*"
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.12.0
112
+ uses : pypa/cibuildwheel@v2.12.1
113
113
env :
114
114
CIBW_BUILD : " pp39-*"
115
115
CIBW_SKIP : " *-musllinux*"
You can’t perform that action at this time.
0 commit comments