Skip to content

Backport fixes from main and bump version to 3.1.1 (#209) #22

Backport fixes from main and bump version to 3.1.1 (#209)

Backport fixes from main and bump version to 3.1.1 (#209) #22

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