[ci] ensure artifact names are unique

the last deploy failed with https://github.com/fonttools/fonttools/actions/runs/7799843107
This commit is contained in:
Cosimo Lupo 2024-02-06 13:39:22 +00:00
parent 2c92d41e1c
commit 8e7a4ebb45
No known key found for this signature in database
GPG Key ID: DF65A8A5A119C9A8

View File

@ -73,7 +73,7 @@ jobs:
CIBW_ARCHS: ${{ matrix.arch }} CIBW_ARCHS: ${{ matrix.arch }}
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: wheels name: wheels-${{ matrix.os }}-${{ matrix.arch }}
path: wheelhouse/*.whl path: wheelhouse/*.whl
build_arch_wheels: build_arch_wheels:
@ -100,7 +100,7 @@ jobs:
CIBW_ARCHS: ${{ matrix.arch }} CIBW_ARCHS: ${{ matrix.arch }}
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: aarch64-wheels name: wheels-py${{ matrix.python }}-linux-${{ matrix.arch }}
path: wheelhouse/*.whl path: wheelhouse/*.whl
deploy: deploy: