Skip to content

Commit

Permalink
fixed github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavch committed Jul 7, 2024
1 parent a6bf3c2 commit 57e17a1
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,30 @@ jobs:
with:
name: wheels-linux-x86_64
path: wheels-linux-x86_64
- uses: actions/download-artifact@v4
with:
name: wheels-linux-x86
path: wheels-linux-x86
- uses: actions/download-artifact@v4
with:
name: wheels-linux-aarch64
path: wheels-linux-aarch64
- uses: actions/download-artifact@v4
with:
name: wheels-linux-armv7
path: wheels-linux-armv7
- uses: actions/download-artifact@v4
with:
name: wheels-linux-ppc64le
path: wheels-linux-ppc64le
- uses: actions/download-artifact@v4
with:
name: wheels-macos-x86_64
path: wheels-macos-x86_64
- uses: actions/download-artifact@v4
with:
name: wheels-macos-aarch64
path: wheels-macos-aarch64
- uses: actions/download-artifact@v4
with:
name: wheels-sdist
Expand All @@ -118,4 +138,4 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --non-interactive --skip-existing wheels-linux-x86_64/* wheels-macos-x86_64/* wheels-sdist/*
args: --non-interactive --skip-existing wheels-linux-x86_64/* wheels-linux-x86/* wheels-linux-aarch64/* wheels-linux-armv7/* wheels-linux-ppc64le/* wheels-macos-x86_64/* wheels-macos-aarch64/* wheels-sdist/*

0 comments on commit 57e17a1

Please sign in to comment.