Skip to content

0.0.72

0.0.72 #75

Workflow file for this run

name: Publish distributions to PyPI
on:
release:
types:
- published
jobs:
shared-build-and-publish:
uses: zigpy/workflows/.github/workflows/publish-to-pypi.yml@main
with:
PYTHON_VERSION_DEFAULT: "3.12.10"
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}