Skip to content

Commit

Permalink
BUG: Build python packages on tags for deployment
Browse files Browse the repository at this point in the history
As a follow-up, we need to build on tags to deploy to PyPI.
  • Loading branch information
thewtex committed Jul 9, 2024
1 parent b10b18c commit 765d549
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
Expand Down

0 comments on commit 765d549

Please sign in to comment.