ci: Enable publish to test pypi

This commit is contained in:
Chris Coutinho
2025-10-20 20:27:01 +02:00
parent 460e2e190c
commit fde68dac55
+5 -7
View File
@@ -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