Skip to content

Commit

Permalink
CI: Update workflow for v4 of upload-artifact action
Browse files Browse the repository at this point in the history
Use a unique artifact name
  • Loading branch information
sebp committed Dec 30, 2023
1 parent e2bfad1 commit 534caf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:

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

build_sdist:
Expand All @@ -66,4 +67,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cibw-sdist
path: dist/*.tar.gz

0 comments on commit 534caf2

Please sign in to comment.