chore: Only publish to test pypi on tagged releases
Some checks are pending
website / build (push) Waiting to run
website / deploy (push) Blocked by required conditions

This commit is contained in:
Marty Oehme 2025-04-09 12:57:24 +02:00
parent 2b37f24790
commit f546076259
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -1,8 +1,6 @@
name: Publish release packages
on:
push:
branches:
- main
tags:
- v*
@ -32,6 +30,7 @@ jobs:
publish-to-testpypi:
name: Test publishing to testpypi
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
needs:
- build
environment: