Skip to content

Bump up to version 0.29.0. #15

Bump up to version 0.29.0.

Bump up to version 0.29.0. #15

name: Publish to TestPyPI
on:
push:
branches:
- 'release/*.*.*'
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: true
secrets:
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}