Skip to content

v0.4.3 Release Candidate 0 #27

v0.4.3 Release Candidate 0

v0.4.3 Release Candidate 0 #27

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