fix: added twine

This commit is contained in:
PeriniM 2025-01-02 18:41:50 +01:00
parent abe29457f2
commit df07da9bcc

View File

@ -42,7 +42,7 @@ jobs:
uv sync --frozen uv sync --frozen
uv pip install -e . uv pip install -e .
uv build uv build
uv run twine check dist/* python -m twine check dist/*
- name: Debug Dist Directory - name: Debug Dist Directory
run: ls -al dist run: ls -al dist