From 5f788a588359d9fa7942e90ceeb56e9e14358ff9 Mon Sep 17 00:00:00 2001 From: Roland Kaminski Date: Fri, 23 Aug 2024 11:39:27 +0200 Subject: [PATCH] refine cibuildwheel workflow --- .github/workflows/cibuildwheel.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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: