diff --git a/.github/workflows/buildwheel.yml b/.github/workflows/buildwheel.yml index 467eb4a0..d3180eaf 100644 --- a/.github/workflows/buildwheel.yml +++ b/.github/workflows/buildwheel.yml @@ -71,7 +71,7 @@ jobs: strategy: matrix: # macos-13 is an intel runner, macos-14 is apple silicon - os: [ ubuntu-latest, windows-latest, macos-13, macos-14] + os: [ ubuntu-latest] python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: @@ -141,10 +141,9 @@ jobs: - uses: actions/download-artifact@v4 with: # unpacks all CIBW artifacts into dist/ -# pattern: cibw-* + pattern: cibw-* path: dist/ merge-multiple: true - name: release-dists # - uses: actions/upload-artifact@v3 # with: # name: my-artifact