Skip to content

v1.4.2

v1.4.2 #8

Workflow file for this run

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