We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63920c4 commit 2a65802Copy full SHA for 2a65802
.github/workflows/pypi.yaml
@@ -77,7 +77,10 @@ jobs:
77
args: --release --out dist -i 3.10 --auditwheel repair
78
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
79
manylinux: musllinux_1_2
80
- before-script-linux: export DUCKDB_LIB_DIR=/opt/duckdb
+ before-script-linux: |
81
+ export DUCKDB_LIB_DIR=/opt/duckdb
82
+ echo $DUCKDB_LIB_DIR
83
+ ls $DUCKDB_LIB_DIR
84
- name: Upload wheels
85
uses: actions/upload-artifact@v4
86
with:
0 commit comments