Skip to content

Commit f5d9b81

Browse files
committed
fix: try to help macos find the library
1 parent 8a3754d commit f5d9b81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
9292
- name: Repair wheel
9393
run: .venv/bin/delocate-wheel -v dist/*.whl
94+
env:
95+
DYLD_LIBRARY_PATH: ${{ github.workspace }}/opt/duckdb
9496
- name: Upload wheels
9597
uses: actions/upload-artifact@v4
9698
with:

0 commit comments

Comments
 (0)