File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments