Enable tag builds for pypi and buildx workflows

pull/521/head v0.6.0
Ben Busby 3 years ago
parent 60b36c3b19
commit c6716e6d46
No known key found for this signature in database
GPG Key ID: 339B7B7EB5333D14

@ -4,6 +4,7 @@ on:
workflow_run:
workflows: ["tests"]
branches: [main]
tags: [v*]
types:
- completed

@ -3,6 +3,7 @@ name: pypi
on:
push:
branches: main
tags: v*
jobs:
publish-test:

Loading…
Cancel
Save