Set publish to trigger on tagging

This commit is contained in:
2025-05-23 12:35:57 +01:00
parent 51f11bd910
commit 40ed1aa4f9

View File

@@ -1,9 +1,11 @@
name: Publish to PyPI name: Publish to PyPI
on: on:
push: workflow_run:
tags: workflows:
- "*" - Auto Version Tag
types:
- completed
jobs: jobs:
publish: publish: