Skip to content

Commit

Permalink
ci: Update pypi-publish.yml (#1076)
Browse files Browse the repository at this point in the history
Allow chore commits to bump patch version
  • Loading branch information
kesara authored Jan 9, 2024
1 parent 161487d commit 6024a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
id: semver
uses: ietf-tools/semver-action@v1
with:
patchList: fix, bugfix, perf, refactor, test, tests, chore
token: ${{ github.token }}
branch: main

Expand Down

0 comments on commit 6024a93

Please sign in to comment.