pyapp 0.29.0

Runtime installer for Python applications
name: Docs latest

on:
  push:
    tags:
    - v*
  workflow_dispatch:

concurrency:
  group: docs-deploy

jobs:
  docs:
    uses: ./.github/workflows/docs.yml
    with:
      version: latest
      publish: true
    permissions:
      contents: write