We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483c518 commit 22454adCopy full SHA for 22454ad
.github/workflows/pypi-release.yml
@@ -66,8 +66,8 @@ jobs:
66
67
- name: Verify package contents
68
run: |
69
- uv run python -m tarfile -l dist/*.tar.gz
70
- 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
71
72
- name: Publish to PyPI
73
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments