Skip to content

v2.5.6

v2.5.6 #10

Workflow file for this run

name: "Build and upload to PyPI"
on:
release:
types: ["published"]
jobs:
upload:
uses: "matrix-org/backend-meta/.github/workflows/release.yml@v1"
with:
repository: pypi
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_ACCESS_TOKEN }}