Skip to content

Commit 2a65802

Browse files
committed
fix: print the lib dir
1 parent 63920c4 commit 2a65802

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ jobs:
7777
args: --release --out dist -i 3.10 --auditwheel repair
7878
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
7979
manylinux: musllinux_1_2
80-
before-script-linux: export DUCKDB_LIB_DIR=/opt/duckdb
80+
before-script-linux: |
81+
export DUCKDB_LIB_DIR=/opt/duckdb
82+
echo $DUCKDB_LIB_DIR
83+
ls $DUCKDB_LIB_DIR
8184
- name: Upload wheels
8285
uses: actions/upload-artifact@v4
8386
with:

0 commit comments

Comments
 (0)