Skip to content

Commit 811a583

Browse files
committed
Try and fix up error 2
1 parent 9e7430b commit 811a583

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)