Skip to content

Commit 223f25b

Browse files
committed
github actions: fix Failed to CreateArtifact: Received non-retryable error: Failed request: (409)
1 parent 8ec02d2 commit 223f25b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Store binary wheels
4949
uses: actions/[email protected]
5050
with:
51-
name: binary-wheels-${{inputs.context}}-${{inputs.job-index}}
51+
name: binary-wheels-${{matrix.os}}-${{matrix.arch}}
5252
path: python/wheelhouse/*.whl
5353

5454
build_sdist:

python/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.4
1+
2.1.5

0 commit comments

Comments
 (0)