Skip to content

Release 4.1.0

Release 4.1.0 #6

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_password }}