Skip to content

Commit

Permalink
fix: windows bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Dec 19, 2024
1 parent 2de9ca7 commit ca39fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-windows-${{ matrix.target }}-py${{ matrix.python-version }}
path: dist/*.whl
if-no-files-found: error

Expand Down

0 comments on commit ca39fba

Please sign in to comment.