Skip to content

Commit df07da9

Browse files
committed
fix: added twine
1 parent abe2945 commit df07da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uv sync --frozen
4343
uv pip install -e .
4444
uv build
45-
uv run twine check dist/*
45+
python -m twine check dist/*
4646
4747
- name: Debug Dist Directory
4848
run: ls -al dist

0 commit comments

Comments
 (0)