debug pyo3 config

This commit is contained in:
Josh Thomas 2025-05-03 14:51:25 -05:00
parent f08766a2f6
commit d014f53017

View file

@ -38,6 +38,8 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
env:
PYO3_PRINT_CONFIG: 1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
@ -72,6 +74,8 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
env:
PYO3_PRINT_CONFIG: 1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
@ -102,6 +106,8 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
env:
PYO3_PRINT_CONFIG: 1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
@ -131,6 +137,8 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
env:
PYO3_PRINT_CONFIG: 1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter