Skip to content

v2.3.0

v2.3.0 #6

Workflow file for this run

name: release
on:
workflow_dispatch:
release:
types: [published]
jobs:
tox:
uses: ./.github/workflows/tox.yml
secrets: inherit
pypi:
needs: [tox]
uses: ./.github/workflows/pypi.yml
secrets: inherit
docker:
needs: [tox]
uses: ./.github/workflows/docker.yml
secrets: inherit
docs:
needs: [pypi, docker]
uses: ./.github/workflows/docs.yml
secrets: inherit