github actions: fix Failed to CreateArtifact: Received non-retryable error: Failed request: (409)

This commit is contained in:
Mario Fink 2025-01-22 00:40:24 +01:00
parent 8ec02d21c5
commit 223f25b6e0
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ jobs:
- name: Store binary wheels - name: Store binary wheels
uses: actions/upload-artifact@v4.6.0 uses: actions/upload-artifact@v4.6.0
with: with:
name: binary-wheels-${{inputs.context}}-${{inputs.job-index}} name: binary-wheels-${{matrix.os}}-${{matrix.arch}}
path: python/wheelhouse/*.whl path: python/wheelhouse/*.whl
build_sdist: build_sdist:

View File

@ -1 +1 @@
2.1.4 2.1.5