ci: Enable publish to test pypi
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user