diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d264b2f..6cb6dd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -232,7 +232,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