From 8ec02d21c5abcfe0b26ce507895bb29378d0e4f7 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Wed, 22 Jan 2025 00:20:57 +0100 Subject: [PATCH] github actions: fix Failed to CreateArtifact: Received non-retryable error: Failed request: (409) --- .github/workflows/pypi-deploy.yml | 2 +- python/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index d644fe5..4eba9b2 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -48,7 +48,7 @@ jobs: - name: Store binary wheels uses: actions/upload-artifact@v4.6.0 with: - name: binary-wheels + name: binary-wheels-${{inputs.context}}-${{inputs.job-index}} path: python/wheelhouse/*.whl build_sdist: diff --git a/python/VERSION b/python/VERSION index 7ec1d6d..7d2ed7c 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1 +1 @@ -2.1.0 +2.1.4