Skip to content

Commit

Permalink
github actions: fix actions/upload-artifact@v4 on Windows
Browse files Browse the repository at this point in the history
Failed to CreateArtifact: Received non-retryable error: Failed request:
(409) Conflict: an artifact with this name already exists on the
workflow run
  • Loading branch information
LudovicRousseau committed Oct 17, 2024
1 parent 3bb00ab commit 1d64028
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: dist
name: wheel-${{ matrix.python-version }}-${{ matrix.windows-arch }}
path: dist/*.whl

0 comments on commit 1d64028

Please sign in to comment.