From fde68dac55aed2f3c72a2ce2f428641cfdd2b8f9 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Mon, 20 Oct 2025 20:27:01 +0200 Subject: [PATCH] ci: Enable publish to test pypi --- .github/workflows/release.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c82b8a..c755998 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,11 +1,9 @@ name: Release -on: workflow_dispatch -# Uncomment and release to PyPI once caldav feature/httpx branch is merged -#on: - #push: - #tags: - #- v* +on: + push: + tags: + - v* jobs: pypi: @@ -28,4 +26,4 @@ jobs: - name: Build run: uv build - name: Publish - run: uv publish + run: uv publish --index testpypi