Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Feb 27, 2024
1 parent 024fda3 commit d63380d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ jobs:
- name: Upload wheel artifacts
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.target }}
name: wheels-${{ matrix.platform.target }}
path: dist
- name: Upload binary artifacts
uses: actions/upload-artifact@v4
with:
name: binaries-${{ matrix.target }}
name: binaries-${{ matrix.platform.target }}
path: target/release/maturin-${{ matrix.platform.target }}.tar.gz

release-pypi:
Expand Down

0 comments on commit d63380d

Please sign in to comment.