Skip to content

Commit

Permalink
added publish.yml to .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Volker Lorrmann committed Aug 13, 2024
1 parent 98e0967 commit 596b9f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "::set-output name=version_bump::true"
else
echo "No version bump detected."
echo "::set-output name=version_bump::true"
echo "::set-output name=version_bump::false"
fi
- name: Publish to PyPI
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["hamilton", "workflow", "pipeline", "scheduler", "apscheduler", "das
name = "FlowerPower"
readme = "README.md"
requires-python = ">= 3.11"
version = "0.3.2"
version = "0.3.3"

[project.scripts]
flowerpower = "flowerpower.cli:app"
Expand Down

0 comments on commit 596b9f2

Please sign in to comment.