Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed May 18, 2024
1 parent 4b218ad commit 962626f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- name: Version bump
uses: apowis/[email protected]
with:
file_to_bump: "./pyproject.toml"
bump_type: "minor"
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 962626f

Please sign in to comment.