Skip to content

0.3.6 Release Candidate 3 #19

0.3.6 Release Candidate 3

0.3.6 Release Candidate 3 #19

Workflow file for this run

name: Publish to PyPi.org
on:
release:
types: [published]
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
publish_to_pypi:
uses: hotosm/gh-workflows/.github/workflows/pypi_publish.yml@main
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}