Skip to content

Commit

Permalink
build: fix ci release flow botching releases (#831)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <[email protected]>
  • Loading branch information
TomerFi authored Jan 14, 2025
1 parent c101112 commit bff5352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: sandstromviktor/[email protected]
with:
file: pyproject.toml
key: tool.poetry.version
key: project.version
value: ${{ steps.bumper.outputs.next }}

- name: Commit, tag, and push
Expand All @@ -91,7 +91,7 @@ jobs:
uses: sandstromviktor/[email protected]
with:
file: pyproject.toml
key: tool.poetry.version
key: project.version
value: ${{ steps.bumper.outputs.dev }}

- name: Commit and push
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ dependencies = [ "pycryptodome>=3.18.0,<4.0.0", "aiohttp>=3.10.3,<4.0.0" ]
get_device_login_key = "scripts.get_device_login_key:main"
validate_token = "scripts.validate_token:main"

[tool.poetry]
version = "6.0.2-dev"

[tool.poetry.group.dev.dependencies]
assertpy = "^1.1"
black = "^24.10.0"
Expand Down

0 comments on commit bff5352

Please sign in to comment.