Skip to content

v0.9.0

v0.9.0 #18

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