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 962626f commit 914d5a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Version bump
uses: apowis/pyproject-bump-[email protected]
uses: monperrus/pyproject-bump-pypi@main
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 914d5a5

Please sign in to comment.