Skip to content

Commit 74c3403

Browse files
committed
bump: version 1.2.0
1 parent f58e5d1 commit 74c3403

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: ./.github/workflows/python-tests.yml
1111

1212
publish:
13+
needs: verify
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/checkout@v4

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
# Run integration tests daily at 6 AM UTC to catch AWS API changes
1010
- cron: '0 6 * * *'
1111
workflow_dispatch: # Allow manual triggering
12+
workflow_call: # Allow this workflow to be called by other workflows
1213

1314
env:
1415
POETRY_VERSION: "1.7.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "spot-optimizer"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "AWS EC2 spot instance optimizer"
55
authors = ["Amar Prakash <amar.om1994@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)