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 6262 fetch-depth : 0
6363
6464 - name : Build wheels for CPython 3.11
65- uses : pypa/cibuildwheel@v2.11.4
65+ uses : pypa/cibuildwheel@v2.12.0
6666 env :
6767 CIBW_BUILD : " cp311-*"
6868 CIBW_SKIP : " *-musllinux*"
7575 CIBW_ARCHS : ${{ matrix.cibw_archs }}
7676
7777 - name : Build wheels for CPython 3.10
78- uses : pypa/cibuildwheel@v2.11.4
78+ uses : pypa/cibuildwheel@v2.12.0
7979 env :
8080 CIBW_BUILD : " cp310-*"
8181 CIBW_SKIP : " *-musllinux*"
8888 CIBW_ARCHS : ${{ matrix.cibw_archs }}
8989
9090 - name : Build wheels for CPython 3.9
91- uses : pypa/cibuildwheel@v2.11.4
91+ uses : pypa/cibuildwheel@v2.12.0
9292 env :
9393 CIBW_BUILD : " cp39-*"
9494 CIBW_SKIP : " *-musllinux*"
@@ -101,7 +101,7 @@ jobs:
101101 CIBW_ARCHS : ${{ matrix.cibw_archs }}
102102
103103 - name : Build wheels for PyPy
104- uses : pypa/cibuildwheel@v2.11.4
104+ uses : pypa/cibuildwheel@v2.12.0
105105 env :
106106 CIBW_BUILD : " pp39-*"
107107 CIBW_SKIP : " *-musllinux*"
You can’t perform that action at this time.
0 commit comments