File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020 - { cp: "cp310", rel: "3.10" }
2121 - { cp: "cp311", rel: "3.11" }
2222 - { cp: "cp312", rel: "3.12" }
23+ - { cp: "cp313", rel: "3.13" }
2324
2425 steps :
25265354 CIBW_SKIP : " *-win* *-manylinux_i686 pp*"
5455
5556 - name : Build wheels (macOS)
56- if : ${{ runner.os == 'macOS' && runner.python != " 3.8" }}
57+ if : ${{ runner.os == 'macOS' && runner.python != ' 3.8' }}
5758 run : python -m cibuildwheel --output-dir wheelhouse
5859 env :
5960 CIBW_BUILD : ${{ matrix.python.cp }}-${{ matrix.buildplat.sys }}*
6465 brew install frog
6566
6667 - uses : actions/upload-artifact@v4
67- if : ${{ ! (runner.os == 'macOS' && runner.python == " 3.8" ) }}
68+ if : ${{ ! (runner.os == 'macOS' && runner.python == ' 3.8' ) }}
6869 with :
6970 name : ${{matrix.python.cp}}-${{matrix.buildplat.sys}}-${{matrix.buildplat.arch}}
7071 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments