remove the debug print

This commit is contained in:
Josh Thomas 2025-05-03 15:15:02 -05:00
parent 7c59592fda
commit 29ce29f429

View file

@ -38,8 +38,6 @@ 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
@ -74,8 +72,6 @@ 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
@ -106,8 +102,6 @@ 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
@ -137,8 +131,6 @@ 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