From eb36a2b630d62363f3c57e243f2b90cf530c0a3b Mon Sep 17 00:00:00 2001 From: PeriniM Date: Thu, 2 Jan 2025 18:44:22 +0100 Subject: [PATCH] fix: twine --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 587b22ee..99090609 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,10 +38,11 @@ jobs: run: | uv venv . .venv/bin/activate - uv pip install --upgrade setuptools wheel hatchling twine + uv pip install --upgrade setuptools wheel hatchling uv sync --frozen uv pip install -e . uv build + uv pip install twine # Explicitly install twine again python -m twine check dist/* - name: Debug Dist Directory