Enable tag builds for pypi and buildx workflows

This commit is contained in:
Ben Busby 2021-10-11 20:22:29 -06:00
parent 60b36c3b19
commit c6716e6d46
No known key found for this signature in database
GPG Key ID: 339B7B7EB5333D14
2 changed files with 2 additions and 0 deletions

View File

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

View File

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