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 bdc49ae commit 6e0230fCopy full SHA for 6e0230f
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- "v*"
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
# Publish Python package to PyPI.
13
publish-to-pypi:
pyproject.toml
@@ -35,7 +35,7 @@ dependencies = [
35
"requests==2.32.5",
36
"sensapex==1.400.4",
37
"rich==14.2.0",
38
- "vbl-aquarium==1.0.0"
+ "vbl-aquarium==1.0.1"
39
]
40
41
[project.urls]
0 commit comments