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 7070 https://github.com/qhull/qhull/raw/2020.2/COPYING.txt
7171
7272 - name : Build wheels for CPython 3.11
73- uses : pypa/cibuildwheel@v2.12.0
73+ uses : pypa/cibuildwheel@v2.12.1
7474 env :
7575 CIBW_BUILD : " cp311-*"
7676 CIBW_SKIP : " *-musllinux*"
8383 CIBW_ARCHS : ${{ matrix.cibw_archs }}
8484
8585 - name : Build wheels for CPython 3.10
86- uses : pypa/cibuildwheel@v2.12.0
86+ uses : pypa/cibuildwheel@v2.12.1
8787 env :
8888 CIBW_BUILD : " cp310-*"
8989 CIBW_SKIP : " *-musllinux*"
9696 CIBW_ARCHS : ${{ matrix.cibw_archs }}
9797
9898 - name : Build wheels for CPython 3.9
99- uses : pypa/cibuildwheel@v2.12.0
99+ uses : pypa/cibuildwheel@v2.12.1
100100 env :
101101 CIBW_BUILD : " cp39-*"
102102 CIBW_SKIP : " *-musllinux*"
@@ -109,7 +109,7 @@ jobs:
109109 CIBW_ARCHS : ${{ matrix.cibw_archs }}
110110
111111 - name : Build wheels for PyPy
112- uses : pypa/cibuildwheel@v2.12.0
112+ uses : pypa/cibuildwheel@v2.12.1
113113 env :
114114 CIBW_BUILD : " pp39-*"
115115 CIBW_SKIP : " *-musllinux*"
You can’t perform that action at this time.
0 commit comments