Skip to content

Commit

Permalink
Update wheel workflow artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Dec 20, 2023
1 parent d1929df commit 824471d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

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


Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

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


Expand All @@ -127,6 +127,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: cibw-*
path: dist
merge-multiple: true

Expand Down

0 comments on commit 824471d

Please sign in to comment.