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 4d80a5c commit c7ac5afCopy full SHA for c7ac5af
.github/workflows/publish_release.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Generate OpenAPI spec
59
run: |
60
- uv sync --all-extras --dev
+ uv sync --all-extras
61
uv run hatch run server:openapi
62
63
- name: Create GitHub Release
pyproject.toml
@@ -42,6 +42,7 @@ packages = ["src/workflows"]
42
43
[tool.hatch.envs.server]
44
features = ["server"]
45
+dependencies = ["pyyaml>=6.0.2"]
46
47
[tool.hatch.envs.server.scripts]
48
openapi = "python -m workflows.server.server --output openapi.json"
0 commit comments