From 60f7c70f11c3a1204aa16c778538168632b1eeb2 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 13 Mar 2025 23:35:58 +0100 Subject: [PATCH] Trying to fix github workflow --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b7295218..354450062 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: artifact-${{ matrix.os }}-${{ matrix.cibw_arch }}-${{ strategy.job-index }} + name: artifact-sdist path: dist/*.tar.gz upload_to_test_pypy: @@ -106,7 +106,6 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: artifact-${{ matrix.os }}-${{ matrix.cibw_arch }}-${{ strategy.job-index }} path: dist - uses: pypa/gh-action-pypi-publish@v1.12.4 @@ -123,7 +122,6 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: artifact-${{ matrix.os }}-${{ matrix.cibw_arch }}-${{ strategy.job-index }} path: dist - uses: pypa/gh-action-pypi-publish@v1.12.4