fix: twine

This commit is contained in:
PeriniM 2025-01-02 18:44:22 +01:00
parent df07da9bcc
commit eb36a2b630

View File

@ -38,10 +38,11 @@ jobs:
run: | run: |
uv venv uv venv
. .venv/bin/activate . .venv/bin/activate
uv pip install --upgrade setuptools wheel hatchling twine uv pip install --upgrade setuptools wheel hatchling
uv sync --frozen uv sync --frozen
uv pip install -e . uv pip install -e .
uv build uv build
uv pip install twine # Explicitly install twine again
python -m twine check dist/* python -m twine check dist/*
- name: Debug Dist Directory - name: Debug Dist Directory