Skip to content

Version 2.4.0 (#193) #18

Version 2.4.0 (#193)

Version 2.4.0 (#193) #18

Workflow file for this run

name: Publish tag to Pypi
on:
workflow_dispatch:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
release:
uses: ./.github/workflows/REUSABLE-wheeler.yaml
with:
release: true
secrets: inherit