[ci] ensure artifact names are unique
the last deploy failed with https://github.com/fonttools/fonttools/actions/runs/7799843107
This commit is contained in:
parent
2c92d41e1c
commit
8e7a4ebb45
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
CIBW_ARCHS: ${{ matrix.arch }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: wheels
|
||||
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: wheelhouse/*.whl
|
||||
|
||||
build_arch_wheels:
|
||||
@ -100,7 +100,7 @@ jobs:
|
||||
CIBW_ARCHS: ${{ matrix.arch }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: aarch64-wheels
|
||||
name: wheels-py${{ matrix.python }}-linux-${{ matrix.arch }}
|
||||
path: wheelhouse/*.whl
|
||||
|
||||
deploy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user