diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c92cbef..6c82b8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,11 @@ name: Release -on: - push: - tags: - # Publish on any tag starting with a `v`, e.g., v1.2.3 - - v* +on: workflow_dispatch +# Uncomment and release to PyPI once caldav feature/httpx branch is merged +#on: + #push: + #tags: + #- v* jobs: pypi: