From 96d77908771d2ca6f8816f7d81fc794f31caa280 Mon Sep 17 00:00:00 2001 From: Matthias Schmidtblaicher <42544829+MatthiasSchmidtblaicherQC@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:24:30 +0100 Subject: [PATCH] unique artifact name --- .github/workflows/build_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index bf565782..fde13446 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: artifact + name: testpypi_artifact path: dist - uses: pypa/gh-action-pypi-publish@v1.8.11 with: @@ -71,6 +71,6 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: artifact + name: pypi_artifact path: dist - uses: pypa/gh-action-pypi-publish@v1.8.11