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

v0.17.0

v0.17.0 #76

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/[email protected]
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}