Skip to content

Merge pull request #14 from mxmehl/release-0.1.2 #2

Merge pull request #14 from mxmehl/release-0.1.2

Merge pull request #14 from mxmehl/release-0.1.2 #2

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Max Mehl <https://mehl.mx>
#
# SPDX-License-Identifier: GPL-3.0-only
name: Python package
on:
push:
tags:
- "v*.*.*"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to PyPI
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}