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 5353 fetch-depth : 0
5454
5555 - name : Build wheels for CPython 3.10
56- uses : pypa/cibuildwheel@v2.8.1
56+ uses : pypa/cibuildwheel@v2.9.0
5757 env :
5858 CIBW_BUILD : " cp310-*"
5959 CIBW_SKIP : " *-musllinux*"
6666 CIBW_ARCHS : ${{ matrix.cibw_archs }}
6767
6868 - name : Build wheels for CPython 3.9
69- uses : pypa/cibuildwheel@v2.8.1
69+ uses : pypa/cibuildwheel@v2.9.0
7070 env :
7171 CIBW_BUILD : " cp39-*"
7272 CIBW_SKIP : " *-musllinux*"
7979 CIBW_ARCHS : ${{ matrix.cibw_archs }}
8080
8181 - name : Build wheels for CPython 3.8
82- uses : pypa/cibuildwheel@v2.8.1
82+ uses : pypa/cibuildwheel@v2.9.0
8383 env :
8484 CIBW_BUILD : " cp38-*"
8585 CIBW_SKIP : " *-musllinux*"
9292 CIBW_ARCHS : ${{ matrix.cibw_archs }}
9393
9494 - name : Build wheels for PyPy
95- uses : pypa/cibuildwheel@v2.8.1
95+ uses : pypa/cibuildwheel@v2.9.0
9696 env :
9797 CIBW_BUILD : " pp38-*"
9898 CIBW_SKIP : " *-musllinux*"
You can’t perform that action at this time.
0 commit comments