Skip to content

Commit be78c5e

Browse files
committed
Update version to 0.8.5.6 and remove --yes option from uv publish command
1 parent 0053cf4 commit be78c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
env:
3030
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
3131
run: |
32-
uv publish --token $PYPI_TOKEN --yes
32+
uv publish --token $PYPI_TOKEN

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ keywords = [
2727
name = "FlowerPower"
2828
readme = "README.md"
2929
requires-python = ">= 3.11"
30-
version = "0.8.5.5"
30+
version = "0.8.5.6"
3131

3232
[project.scripts]
3333
flowerpower = "flowerpower.cli:app"

0 commit comments

Comments
 (0)