Skip to content

Commit d82f8af

Browse files
committed
Fix publish to pypi
1 parent bf82d98 commit d82f8af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pypi-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- name: Build package
3636
run: uv build
3737

38-
- name: Verify package
39-
run: uv run twine check dist/*
40-
4138
- name: Publish to PyPI
4239
uses: pypa/gh-action-pypi-publish@release/v1
4340
with:

0 commit comments

Comments
 (0)