Skip to content

Commit 577c7d6

Browse files
committed
fix: use curl in the package
1 parent 4b71d44 commit 577c7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
4343
manylinux: ${{ matrix.platform.manylinux }}
4444
before-script-linux: |
45-
wget https://github.com/duckdb/duckdb/releases/download/v$DUCKDB_VERSION/libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip
45+
curl -L -O https://github.com/duckdb/duckdb/releases/download/v$DUCKDB_VERSION/libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip
4646
unzip libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip -d /opt/duckdb
4747
export DUCKDB_LIB_DIR=/opt/duckdb
4848
- name: Upload wheels

0 commit comments

Comments
 (0)