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 1a14ee1 commit 01967beCopy full SHA for 01967be
.github/workflows/release-python.yml
@@ -54,11 +54,13 @@ jobs:
54
- name: Install Deps
55
run: |
56
python -m pip install rust-just uv
57
+ - name: Set up env
58
+ run: |
59
+ echo "LIBBSON_INSTALL_DIR=$PWD/libbson" >> $GITHUB_ENV
60
+ echo "LD_LIBRARY_PATH=$PWD/libbson/lib" >> $GITHUB_ENV
61
- name: Build Libbson
- working-directory: ./bindings/python
62
63
just build-libbson
- echo "LIBBSON_INSTALL_DIR=$LIBBSON_INSTALL_DIR" >> $GITHUB_ENV
64
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v2
65
id: pre-publish
66
with:
0 commit comments