Skip to content

Commit 765d549

Browse files
authored
BUG: Build python packages on tags for deployment
As a follow-up, we need to build on tags to deploy to PyPI.
1 parent b10b18c commit 765d549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
tags:
8+
- 'v*'
79
pull_request:
810
branches:
911
- main

0 commit comments

Comments
 (0)