Skip to content

ci: Attempt to get working TestPyPI deployment. #4

ci: Attempt to get working TestPyPI deployment.

ci: Attempt to get working TestPyPI deployment. #4

name: Publish to TestPyPI
on:
push:
branches:
- 'release/*.*.*'
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
build-test-publish-to-testpypi:
name: Upload to TestPyPI
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
- name: Upload
uses: ./.github/workflows/publish-packages.yml
with:
upload_to_test: true