Skip to content

Commit

Permalink
Adding workflow for generating automatic version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ncoder2 committed Jun 2, 2024
1 parent d1c725d commit 8227424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/mantis-cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
python-version: '3.9'

- name: Install Poetry and bump2version
run: pip install poetry==1.4.2 bump2version==1.0.1

- name: Install dependencies
run: poetry install

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ rocketry = "2.5.1"
boto3 = "1.28.20"
tqdm = "4.66.1"
cloudflare = "*"
bump2version = "^1.0.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 8227424

Please sign in to comment.