Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

0.3.2

0.3.2 #23

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@1.2.4
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}