Skip to content

v0.1.3

v0.1.3 #4

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