Skip to content

Commit

Permalink
Made unique artifact names, as reuse is not allowed with actions/uplo…
Browse files Browse the repository at this point in the history
…ad-artifact@v4 (#846)
  • Loading branch information
francescalb authored Jun 10, 2024
1 parent 77cadbf commit 15b9ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Store wheels for publishing
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels_${{ matrix.os }}_${{ matrix.system_type }}_${{ matrix.arch }}_${{ matrix.py_minors }}
path: wheelhouse/*.whl

build_sdist:
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
- name: Store sdist for publishing
uses: actions/upload-artifact@v4
with:
name: sdist
name: sdist_${{ matrix.os }}_${{ matrix.system_type }}_${{ matrix.arch }}_${{ matrix.py_minors }}
path: python/dist/*

publish:
Expand Down

0 comments on commit 15b9ad3

Please sign in to comment.