Skip to content

Commit d014f53

Browse files
debug pyo3 config
1 parent f08766a commit d014f53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Build wheels
4040
uses: PyO3/maturin-action@v1
41+
env:
42+
PYO3_PRINT_CONFIG: 1
4143
with:
4244
target: ${{ matrix.platform.target }}
4345
args: --release --out dist --find-interpreter
@@ -72,6 +74,8 @@ jobs:
7274

7375
- name: Build wheels
7476
uses: PyO3/maturin-action@v1
77+
env:
78+
PYO3_PRINT_CONFIG: 1
7579
with:
7680
target: ${{ matrix.platform.target }}
7781
args: --release --out dist --find-interpreter
@@ -102,6 +106,8 @@ jobs:
102106

103107
- name: Build wheels
104108
uses: PyO3/maturin-action@v1
109+
env:
110+
PYO3_PRINT_CONFIG: 1
105111
with:
106112
target: ${{ matrix.platform.target }}
107113
args: --release --out dist --find-interpreter
@@ -131,6 +137,8 @@ jobs:
131137

132138
- name: Build wheels
133139
uses: PyO3/maturin-action@v1
140+
env:
141+
PYO3_PRINT_CONFIG: 1
134142
with:
135143
target: ${{ matrix.platform.target }}
136144
args: --release --out dist --find-interpreter

0 commit comments

Comments
 (0)