Skip to content

Commit

Permalink
Assign names to artifact uploads to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
skogler committed Jul 31, 2024
1 parent 134c3cf commit b506eca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheels
path: ./wheelhouse/*.whl

build_sdist:
Expand All @@ -37,4 +38,5 @@ jobs:

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

0 comments on commit b506eca

Please sign in to comment.