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 4b71d44 commit 577c7d6Copy full SHA for 577c7d6
.github/workflows/pypi.yaml
@@ -42,7 +42,7 @@ jobs:
42
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
43
manylinux: ${{ matrix.platform.manylinux }}
44
before-script-linux: |
45
- wget https://github.com/duckdb/duckdb/releases/download/v$DUCKDB_VERSION/libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip
+ curl -L -O https://github.com/duckdb/duckdb/releases/download/v$DUCKDB_VERSION/libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip
46
unzip libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip -d /opt/duckdb
47
export DUCKDB_LIB_DIR=/opt/duckdb
48
- name: Upload wheels
0 commit comments