ci: deploy on tags only

This commit is contained in:
Matteo Bernardini
2025-09-03 12:55:59 +08:00
parent 3889f27891
commit f0d9d2a7a8

View File

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