Skip to content

Commit

Permalink
Merge branch 'main' into isolated_import_hook
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Feb 27, 2024
2 parents 1a5c188 + 60bfd41 commit 0e18720
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 75 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
117 changes: 61 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0e18720

Please sign in to comment.