Skip to content

Commit

Permalink
Enable the PyPI release on feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Nov 2, 2024
1 parent 0d7a721 commit 4df9ad0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
# Trigger on pre-release tags (e.g., v1.0.0-alpha.1)
- "v[0-9].[0-9].[0-9]*-*"
- "[0-9].[0-9].[0-9]*-*"
branches:
# Trigger on the main branch
- main
- master
# branches:
# # Trigger on the main branch
# - main
# - master

env:
# package name
Expand Down

0 comments on commit 4df9ad0

Please sign in to comment.