We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383e536 commit 7eac2e5Copy full SHA for 7eac2e5
1 file changed
.github/workflows/python-release.yml
@@ -185,7 +185,7 @@ jobs:
185
echo "Testing abi3 wheel with Python ${{ matrix.python-version }}"
186
python --version
187
pip install --force-reinstall --verbose ./pecos-rslib-wheel/*.whl
188
- python -c 'import pecos_rslib; print(f"pecos_rslib version: {pecos_rslib.__version__}")'
+ python -c 'import _pecos_rslib; print(f"_pecos_rslib version: {_pecos_rslib.__version__}")'
189
python -c 'import sys; print(f"Python version: {sys.version}")'
190
191
build_sdist_quantum_pecos:
0 commit comments