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 name: Release
on: workflow_dispatch on:
# Uncomment and release to PyPI once caldav feature/httpx branch is merged push:
#on: tags:
#push: - v*
#tags:
#- v*
jobs: jobs:
pypi: pypi:
@@ -28,4 +26,4 @@ jobs:
- name: Build - name: Build
run: uv build run: uv build
- name: Publish - name: Publish
run: uv publish run: uv publish --index testpypi