From d1fbf5a458dd2b7acdfec28840265158325f7a26 Mon Sep 17 00:00:00 2001 From: Timo Strunk Date: Fri, 5 Dec 2025 08:28:53 +0100 Subject: [PATCH] enable release pypi publish --- .github/workflows/pypi_build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi_build.yml b/.github/workflows/pypi_build.yml index d700e9c..91f350d 100644 --- a/.github/workflows/pypi_build.yml +++ b/.github/workflows/pypi_build.yml @@ -51,8 +51,7 @@ jobs: if [[ "${{ github.event_name }}" == "push" && "${{ github.ref_type }}" == "tag" ]]; then # Upload to main PyPI for release tags echo "Uploading to main PyPI for release tag ${{ github.ref_name }}" - # Still disabled for testing: - #uv publish + uv publish else # Upload to TestPyPI for manual dispatch echo "Uploading to TestPyPI for manual workflow dispatch"