Fix release pipeline (#194)
Deploy Documentation / deploy (push) Has been cancelled
PyPI Release / check-version (push) Has been cancelled
PyPI Release / publish-pypi (push) Has been cancelled

This commit is contained in:
Yuge Zhang
2025-10-21 23:02:36 -07:00
committed by GitHub
parent 483c518d74
commit 22454adedb
+2 -2
View File
@@ -66,8 +66,8 @@ jobs:
- name: Verify package contents
run: |
uv run python -m tarfile -l dist/*.tar.gz
uv run python -m zipfile -l dist/*.whl
uv run --locked --no-sync python -m tarfile -l dist/*.tar.gz
uv run --locked --no-sync python -m zipfile -l dist/*.whl
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1