Update publish.yml

This commit is contained in:
2025-07-20 16:03:58 -04:00
parent 6cb275c4eb
commit 8974cdf0e5

View File

@@ -61,6 +61,7 @@ jobs:
path: dist/ path: dist/
- name: Test installation - name: Test installation
shell: bash
run: | run: |
pip install dist/*.whl pip install dist/*.whl
python -c "import sqrtspace_spacetime; print(sqrtspace_spacetime.__version__)" python -c "import sqrtspace_spacetime; print(sqrtspace_spacetime.__version__)"