Skip to content

Commit f4dcd50

Browse files
committed
Use unique names for artifacts
1 parent 9c6b0c3 commit f4dcd50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Archive sdist
4444
uses: actions/upload-artifact@v4
4545
with:
46-
name: wheels
46+
name: wheels ${{ matrix.os }}-${{ matrix.architecture }}
4747
path: dist/python-snappy*.tar.gz
4848

4949
build:
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/upload-artifact@v4
112112
with:
113113
path: ./wheelhouse/*.whl
114-
name: wheels
114+
name: wheels ${{ matrix.os }}-${{ matrix.architecture }}
115115

116116
upload:
117117
runs-on: ubuntu-latest
@@ -122,7 +122,7 @@ jobs:
122122
- name: Download test data
123123
uses: actions/[email protected]
124124
with:
125-
name: wheels
125+
name: wheels ${{ matrix.os }}-${{ matrix.architecture }}
126126
- name: Publish wheels to PyPI
127127
env:
128128
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)