Skip to content

Commit 01825ad

Browse files
Only upload wheels
This is also appending the directory, which is failing to upload. So restricting the command to only upload the stuff inside the directories.
1 parent 6f5e137 commit 01825ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Upload wheels
6060
uses: actions/upload-artifact@v4
6161
with:
62-
name: wheels-alpine--${{ matrix.target }}
62+
name: wheels-alpine-${{ matrix.target }}
6363
path: dist
6464

6565
windows:
@@ -135,4 +135,4 @@ jobs:
135135
uses: PyO3/maturin-action@v1
136136
with:
137137
command: upload
138-
args: --non-interactive --skip-existing *
138+
args: --non-interactive --skip-existing wheels-*/*

0 commit comments

Comments
 (0)