We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0053cf4 commit be78c5eCopy full SHA for be78c5e
.github/workflows/publish.yml
@@ -29,4 +29,4 @@ jobs:
29
env:
30
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
31
run: |
32
- uv publish --token $PYPI_TOKEN --yes
+ uv publish --token $PYPI_TOKEN
pyproject.toml
@@ -27,7 +27,7 @@ keywords = [
27
name = "FlowerPower"
28
readme = "README.md"
requires-python = ">= 3.11"
-version = "0.8.5.5"
+version = "0.8.5.6"
[project.scripts]
33
flowerpower = "flowerpower.cli:app"
0 commit comments