Skip to content

Commit

Permalink
refine cibuildwheel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Aug 23, 2024
1 parent 1fe1729 commit 5f788a5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand All @@ -124,7 +124,6 @@ jobs:
path: dist
merge-multiple: true


- uses: pypa/[email protected]
if: ${{ github.event.inputs.wip == 'true' }}
with:
Expand Down

0 comments on commit 5f788a5

Please sign in to comment.