Enable tag builds for pypi and buildx workflows

main
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: workflow_run:
workflows: ["tests"] workflows: ["tests"]
branches: [main] branches: [main]
tags: [v*]
types: types:
- completed - completed

View File

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