diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a313f522..d2b8d00a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -13,8 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-13, macos-14] - # os: [ubuntu-latest, windows-latest, macos-13, macos-14] - + pyver: [cp39, cp310, cp311, cp312] steps: - uses: actions/checkout@v4 @@ -25,6 +24,8 @@ jobs: run: python -m pip install cibuildwheel==2.18.1 - name: Build wheels + env: + CIBW_BUILD: ${{matrix.pyver}}-* run: python -m cibuildwheel --output-dir wheelhouse - uses: actions/upload-artifact@v4