Skip to content

Commit

Permalink
Use unique names for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-horse committed Oct 17, 2024
1 parent 9c6b0c3 commit 7935a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Archive sdist
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels ${{ matrix.machine }}-${{ matrix.cloud }}-${{ matrix.region }}-${{ matrix.arch }}-${{ matrix.distro }}-${{ matrix.stage }}-${{ matrix.theater }}
path: dist/python-snappy*.tar.gz

build:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels
name: wheels ${{ matrix.machine }}-${{ matrix.cloud }}-${{ matrix.region }}-${{ matrix.arch }}-${{ matrix.distro }}-${{ matrix.stage }}-${{ matrix.theater }}

upload:
runs-on: ubuntu-latest
Expand All @@ -122,7 +122,7 @@ jobs:
- name: Download test data
uses: actions/[email protected]
with:
name: wheels
name: wheels ${{ matrix.machine }}-${{ matrix.cloud }}-${{ matrix.region }}-${{ matrix.arch }}-${{ matrix.distro }}-${{ matrix.stage }}-${{ matrix.theater }}
- name: Publish wheels to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit 7935a66

Please sign in to comment.