Skip to content

Bump version 9.0.0 → 9.0.1 #69

Bump version 9.0.0 → 9.0.1

Bump version 9.0.0 → 9.0.1 #69

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
python-version: "3.11"
poetry-version: "1.7.1"
secrets:
pypi-token: "${{ secrets.PYPI_TOKEN }}"