diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2583132..fab9223 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -72,7 +72,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] #windows-latest], macos-13, macos-14] + os: [ubuntu-latest,windows-latest]#, macos-13, macos-14] steps: - uses: actions/checkout@v4 @@ -90,9 +90,8 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse - # to supply options, put them in 'env', like: - # env: - # CIBW_SOME_OPTION: value + env: + CIBW_SKIP: win32 - uses: actions/upload-artifact@v4 with: