Skip to content

Release 7.0.2

Release 7.0.2 #24

Workflow file for this run

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