Skip to content

Commit 22454ad

Browse files
authored
Fix release pipeline (#194)
1 parent 483c518 commit 22454ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
6767
- name: Verify package contents
6868
run: |
69-
uv run python -m tarfile -l dist/*.tar.gz
70-
uv run python -m zipfile -l dist/*.whl
69+
uv run --locked --no-sync python -m tarfile -l dist/*.tar.gz
70+
uv run --locked --no-sync python -m zipfile -l dist/*.whl
7171
7272
- name: Publish to PyPI
7373
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)