Skip to content

Release/0.27.0 (#801) #7

Release/0.27.0 (#801)

Release/0.27.0 (#801) #7

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 }}