Skip to content

Release/0.29.0 (#833) #9

Release/0.29.0 (#833)

Release/0.29.0 (#833) #9

Workflow file for this run

name: Publish to PyPI
on:
push:
tags:
- 'v*.*.*'
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
build-and-test-sdist-and-wheels:
uses: ./.github/workflows/publish-packages.yml
with:
upload_to_test: false
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}