Skip to content

Commit

Permalink
fix: bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Nov 30, 2024
1 parent 7f34755 commit 64eda69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.target }}-py${{ matrix.python-version }}
name: wheels-macos-${{ matrix.target }}-py${{ matrix.python-version }}
path: dist/*.whl
if-no-files-found: error

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.target }}-py${{ matrix.python-version }}
name: wheels-windows-${{ matrix.target }}-py${{ matrix.python-version }}
path: dist/*.whl
if-no-files-found: error

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.target }}-py${{ matrix.python-version }}
name: wheels-linux-${{ matrix.target }}-py${{ matrix.python-version }}
path: dist

linux-cross:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.target }}-py${{ matrix.python-version }}
name: wheels-linux-cross-${{ matrix.target }}-py${{ matrix.python-version }}
path: dist

musllinux:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.target }}-py${{ matrix.python-version }}
name: wheels-musllinux-${{ matrix.target }}-py${{ matrix.python-version }}
path: dist

musllinux-cross:
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.platform.target }}-py${{ matrix.python-version }}
name: wheels-musllinux-cross-${{ matrix.platform.target }}-py${{ matrix.python-version }}
path: dist


Expand Down

0 comments on commit 64eda69

Please sign in to comment.