Skip to content

Commit 01967be

Browse files
authored
INTPYTHON-592 Update release workflow (#300)
1 parent 1a14ee1 commit 01967be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ jobs:
5454
- name: Install Deps
5555
run: |
5656
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
5761
- name: Build Libbson
58-
working-directory: ./bindings/python
5962
run: |
6063
just build-libbson
61-
echo "LIBBSON_INSTALL_DIR=$LIBBSON_INSTALL_DIR" >> $GITHUB_ENV
6264
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v2
6365
id: pre-publish
6466
with:

0 commit comments

Comments
 (0)