Skip to content

v2.6.1

v2.6.1 #12

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