From dafecccf7474c2405a9c8c08c448ff5e9040f606 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman Date: Wed, 25 Sep 2024 13:22:09 +0200 Subject: [PATCH] Add another source of uniqueness --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3d1c553..778f4cba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -258,7 +258,7 @@ jobs: python -m build --sdist - uses: actions/upload-artifact@v4 with: - name: "dist-${{ runner.os }}-${{ runner.arch }}" + name: "dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.cibw_archs_linux }}" path: "dist/" - name: Publish package to TestPyPI # pypa/gh-action-pypi-publish@master does not work on OSX