Skip to content

Commit c3817e3

Browse files
committed
github: provide unique name for artifacts
To avoid Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run Signed-off-by: Kevin Locke <[email protected]>
1 parent f9f5be4 commit c3817e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ jobs:
100100
- name: Archive wheel
101101
uses: actions/upload-artifact@v4
102102
with:
103-
name: wheel
103+
name: dist-${{ matrix.os }}-${{ matrix.python.toxenv }}
104104
path: dist/*.whl

0 commit comments

Comments
 (0)