Skip to content

Commit

Permalink
fix: added twine
Browse files Browse the repository at this point in the history
  • Loading branch information
PeriniM committed Jan 2, 2025
1 parent abe2945 commit df07da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uv sync --frozen
uv pip install -e .
uv build
uv run twine check dist/*
python -m twine check dist/*
- name: Debug Dist Directory
run: ls -al dist
Expand Down

0 comments on commit df07da9

Please sign in to comment.