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 @@ -79,25 +79,25 @@ jobs:
79
79
https://github.com/qhull/qhull/raw/2020.2/COPYING.txt
80
80
81
81
- name : Build wheels for CPython 3.11
82
- uses : pypa/cibuildwheel@v2.12.1
82
+ uses : pypa/cibuildwheel@v2.12.3
83
83
env :
84
84
CIBW_BUILD : " cp311-*"
85
85
CIBW_ARCHS : ${{ matrix.cibw_archs }}
86
86
87
87
- name : Build wheels for CPython 3.10
88
- uses : pypa/cibuildwheel@v2.12.1
88
+ uses : pypa/cibuildwheel@v2.12.3
89
89
env :
90
90
CIBW_BUILD : " cp310-*"
91
91
CIBW_ARCHS : ${{ matrix.cibw_archs }}
92
92
93
93
- name : Build wheels for CPython 3.9
94
- uses : pypa/cibuildwheel@v2.12.1
94
+ uses : pypa/cibuildwheel@v2.12.3
95
95
env :
96
96
CIBW_BUILD : " cp39-*"
97
97
CIBW_ARCHS : ${{ matrix.cibw_archs }}
98
98
99
99
- name : Build wheels for PyPy
100
- uses : pypa/cibuildwheel@v2.12.1
100
+ uses : pypa/cibuildwheel@v2.12.3
101
101
env :
102
102
CIBW_BUILD : " pp39-*"
103
103
CIBW_ARCHS : ${{ matrix.cibw_archs }}
You can’t perform that action at this time.
0 commit comments