Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanhaeve authored Oct 29, 2024
1 parent c0191e0 commit 739cbf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
name: dist-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

build_linux_armwheels:
Expand All @@ -50,7 +50,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-ubuntu-qemu-arm
name: dist-ubuntu-qemu-arm
path: ./wheelhouse/*.whl

build_sdist:
Expand Down

0 comments on commit 739cbf0

Please sign in to comment.