Skip to content

Commit

Permalink
Put python version in artifact name for Windows
Browse files Browse the repository at this point in the history
The new upload artifact doesn't work if this isn't done.
  • Loading branch information
polm committed Sep 29, 2024
1 parent 1bf293c commit f06979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Upload Wheel
uses: actions/upload-artifact@v4
with:
name: win-wheels
name: win-wheels-${{ matrix.python-version }}
path: dist
- name: Check wheels
shell: bash
Expand Down

0 comments on commit f06979d

Please sign in to comment.