Skip to content

Commit

Permalink
Update .github/workflows/wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Jan 27, 2024
1 parent 3ef6f89 commit bc29cc2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
submodules: recursive
- name: Build
uses: pypa/[email protected].2
uses: pypa/[email protected].3
env:
CIBW_SKIP: pp* *musllinux*
CIBW_ARCHS_MACOS: x86_64 universal2
Expand All @@ -35,3 +35,13 @@ jobs:
with:
name: dist-${{ matrix.platform }}
path: wheelhouse
merge:
name: Merge artifacts
needs: build
runs-on: ubuntu-latest
steps:
- name: Merge artifacts
uses: actions/upload-artifact/merge@v4
with:
name: dist
delete-merged: true

0 comments on commit bc29cc2

Please sign in to comment.