Skip to content

v0.9.6

v0.9.6 #24

Workflow file for this run

name: Publish Python Package
on:
release:
types: [published]
jobs:
publish_release:
if: github.repository_owner == 'synodic'
uses: synodic/.github/.github/workflows/python-publish.yml@stable
with:
repository_url: https://upload.pypi.org/legacy/
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}