Skip to content

Bump version 1.0.1 → 2.0.0 #11

Bump version 1.0.1 → 2.0.0

Bump version 1.0.1 → 2.0.0 #11

Workflow file for this run

name: Publish to PyPI
on:
push:
tags:
- '*'
jobs:
publish:
uses: bakdata/ci-templates/.github/workflows/[email protected]
with:
publish-to-test: false
poetry-version: "1.8.2"
python-version: "3.12"
secrets:
pypi-token: "${{ secrets.PYPI_TOKEN }}"