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 dbfcbc2 commit eb804d6Copy full SHA for eb804d6
.github/workflows/release-python.yml
@@ -123,7 +123,7 @@ jobs:
123
export LIBBSON_INSTALL_DIR="$(pwd)/libbson"
124
python -m pip install dist/*.gz
125
cd ..
126
- python -c "from pymongoarrow.lib import process_bson_stream"
+ python -c "from pymongoarrow.lib import libbson_version"
127
128
- uses: actions/upload-artifact@v4
129
with:
0 commit comments