Skip to content

Commit

Permalink
add a note
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Apr 14, 2024
1 parent cbcde0a commit a7cea5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
# NOTE: pyo3 bindings (the default) will produce a separate wheel
# for every interpreter, while `--bindings cffi` will produce an
# interpreter-agnostic wheel. maturin actually uses `cffi` bindings
# for its own release process, but recommends using `pyo3` for new
# projects for some reason.
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
Expand Down

0 comments on commit a7cea5f

Please sign in to comment.