Skip to content

Commit 7ab825e

Browse files
author
Christopher Doris
committed
run when a new version is tagged [skip ci]
1 parent f599247 commit 7ab825e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/register-pypi.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Register to PyPI
22

3-
on: workflow_dispatch
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
tags:
9+
- v0.*
410

511
jobs:
612
register:

0 commit comments

Comments
 (0)