Skip to content

Commit 5c66a42

Browse files
committed
fix: make the macos wheels push locally
1 parent 577c7d6 commit 5c66a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ jobs:
101101
- name: Install libduckdb
102102
run: |
103103
wget https://github.com/duckdb/duckdb/releases/download/v1.2.0/libduckdb-osx-universal.zip
104-
unzip libduckdb-osx-universal.zip -d /opt/duckdb
104+
unzip libduckdb-osx-universal.zip -d ./opt/duckdb
105105
- name: Install delocate
106106
run: uv pip install --system delocate
107107
- name: Build wheels
108108
uses: PyO3/maturin-action@v1
109109
env:
110-
DUCKDB_LIB_DIR: /opt/duckdb
110+
DUCKDB_LIB_DIR: ./opt/duckdb
111111
with:
112112
target: ${{ matrix.platform.target }}
113113
args: --release --out dist -i 3.10

0 commit comments

Comments
 (0)