Skip to content

Commit 56103ef

Browse files
author
finlayclark
committed
Tweak pypi release workflow
1 parent 25463bf commit 56103ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
22

33
on:
44
push:
5-
branches:
6-
- "main"
5+
branches: ["main"]
6+
tags: ["*"]
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)