Skip to content

Commit 2bcad29

Browse files
committed
index artifacts with job-index
This is the advice in https://github.com/pypa/cibuildwheel Hopefully it will prevent our CI failing with Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
1 parent 995c681 commit 2bcad29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: pypa/cibuildwheel@v3.3
4545
- uses: actions/upload-artifact@v5
4646
with:
47-
name: release-wheels-${{ matrix.os }}
47+
name: release-wheels-${{ matrix.os }}-${{ strategy.job-index }}
4848
path: wheelhouse/*.whl
4949

5050
pypi-publish:

0 commit comments

Comments
 (0)