File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ jobs:
5858
5959 steps :
6060 - uses : actions/checkout@v5
61- # - name: Build wheels for CPython 3.12
62- # uses: pypa/cibuildwheel@v3.1.4 # matplotlib had v3.1.3
63- # with:
64- # package-dir: .
65- # output-dir: wheelhouse
66- # config-file: "{package}/pyproject.toml"
67- # env:
68- # CIBW_BUILD: "cp312-*"
69- # CIBW_ARCHS: ${{ matrix.cibw_archs }}
61+ - name : Build wheels for CPython 3.12
62+ uses : pypa/cibuildwheel@v3.1.4 # matplotlib had v3.1.3
63+ with :
64+ package-dir : .
65+ output-dir : wheelhouse
66+ config-file : " {package}/pyproject.toml"
67+ env :
68+ CIBW_BUILD : " cp312-*"
69+ CIBW_ARCHS : ${{ matrix.cibw_archs }}
7070 # # - name: Setup Python
7171 # # if: ${{ startsWith(matrix.os, 'windows') }}
7272 # # uses: actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments