diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 2da6c429..fa861fdb 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -80,14 +80,14 @@ jobs: env: CIBW_BUILD: "cp*-win*" - os: macos-13 - name: "*-macos-13" + name: "*-macos_x86_64" env: {} - os: macos-14 - name: "*-macos-14" + name: "*-macos_arm64" env: {} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive @@ -111,7 +111,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} + name: cibw-wheels-${{ matrix.cfg.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl upload_pypi: @@ -124,7 +124,6 @@ jobs: path: dist merge-multiple: true - - uses: pypa/gh-action-pypi-publish@v1.5.0 if: ${{ github.event.inputs.wip == 'true' }} with: