Skip to content

Release 0.7.2

Release 0.7.2 #8

Workflow file for this run

name: Package and publish
on:
push:
tags:
- v*
jobs:
build:
uses: fizyk/actions-reuse/.github/workflows/[email protected]
with:
publish: true
secrets:
pypi_token: ${{ secrets.pypi_token }}