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 8a3754d commit f5d9b81Copy full SHA for f5d9b81
.github/workflows/pypi.yaml
@@ -91,6 +91,8 @@ jobs:
91
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
92
- name: Repair wheel
93
run: .venv/bin/delocate-wheel -v dist/*.whl
94
+ env:
95
+ DYLD_LIBRARY_PATH: ${{ github.workspace }}/opt/duckdb
96
- name: Upload wheels
97
uses: actions/upload-artifact@v4
98
with:
0 commit comments