Skip to content

New CalDAV description format #43

New CalDAV description format

New CalDAV description format #43

Workflow file for this run

name: Publish package
on:
push:
pull_request:
jobs:
publish_package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish package to pypi
uses: JRubics/[email protected]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
plugins: "poetry-dynamic-versioning[plugin]"