Skip to content

Commit eae6392

Browse files
Merge pull request #40 from codecov/only_upload_wheels
Only upload wheels
2 parents 6f5e137 + 01825ad commit eae6392

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)