Skip to content

Release 3.0.0

Release 3.0.0 #2

Workflow file for this run

name: Package and publish
on:
push:
tags:
- v*
jobs:
build-n-publish:
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.2.1
with:
publish: true
secrets:
pypi_token: ${{ secrets.pypi_token }}