Skip to content

Release

Release #8

Workflow file for this run

name: Release
on:
release:
types: [published]
jobs:
build-and-publish:
uses: less-action/reusables/.github/workflows/python-publish.yaml@v6
secrets:
pypi_api_token: ${{ secrets.PYPI_API_TOKEN }}