Skip to content

Commit

Permalink
Fix artifact actions for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuzu-Typ committed Oct 9, 2024
1 parent 1997249 commit 9018ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: artifact-manylinux-${{matrix.arch}}
name: artifact-${{ matrix.distro }}-${{matrix.arch}}
path: ./wheelhouse/*.whl

build_wheels_musllinux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: artifact-manylinux-${{matrix.arch}}
name: artifact-${{ matrix.distro }}-${{matrix.arch}}
path: ./wheelhouse/*.whl

build_wheels_musllinux:
Expand Down

0 comments on commit 9018ec0

Please sign in to comment.