From 8e7a4ebb45aedb99b3066d0bc196ccc1e1d41950 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 6 Feb 2024 13:39:22 +0000 Subject: [PATCH] [ci] ensure artifact names are unique the last deploy failed with https://github.com/fonttools/fonttools/actions/runs/7799843107 --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6e5f6fc69..68dbf4cdf 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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: