Skip to content

Bump version 3.2.2 → 3.2.3 #36

Bump version 3.2.2 → 3.2.3

Bump version 3.2.2 → 3.2.3 #36

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.7.1"
secrets:
pypi-token: "${{ secrets.PYPI_TOKEN }}"