ci: deploy on tags only

This commit is contained in:
Matteo Bernardini
2025-09-03 12:55:59 +08:00
committed by Lars Immisch
parent 6acae81487
commit e78c145d9e

View File

@@ -3,7 +3,7 @@
on:
workflow_dispatch:
push:
tags:
tags: "*"
jobs:
build_wheels: