Skip to content

Commit eb804d6

Browse files
committed
fix sdist test
1 parent dbfcbc2 commit eb804d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
export LIBBSON_INSTALL_DIR="$(pwd)/libbson"
124124
python -m pip install dist/*.gz
125125
cd ..
126-
python -c "from pymongoarrow.lib import process_bson_stream"
126+
python -c "from pymongoarrow.lib import libbson_version"
127127
128128
- uses: actions/upload-artifact@v4
129129
with:

0 commit comments

Comments
 (0)