Skip to content

Commit

Permalink
Merge pull request #40 from codecov/only_upload_wheels
Browse files Browse the repository at this point in the history
Only upload wheels
  • Loading branch information
michelletran-codecov authored Oct 8, 2024
2 parents 6f5e137 + 01825ad commit eae6392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-alpine--${{ matrix.target }}
name: wheels-alpine-${{ matrix.target }}
path: dist

windows:
Expand Down Expand Up @@ -135,4 +135,4 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: upload
args: --non-interactive --skip-existing *
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit eae6392

Please sign in to comment.