Update publish.yml

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

View File

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