chore(workflow): exclude pre-release tags from PyPI deployment

This commit is contained in:
Ivan
2026-05-03 22:19:17 -05:00
parent 02cb9ee28b
commit 7cfce17046
+1
View File
@@ -29,6 +29,7 @@ on:
push:
tags:
- "v*"
- "!v*-*"
workflow_dispatch:
permissions: