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 d25c1ca commit 188bf79Copy full SHA for 188bf79
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: "3.13"
19
poetry-install-options: "--no-root"
20
- name: "Build Documentation"
21
- run: "poetry run invoke build-and-check-docs"
+ run: "poetry run invoke build build-and-check-docs"
22
- name: "Run Poetry Build"
23
run: "poetry build"
24
changes/321.housekeeping
@@ -0,0 +1 @@
1
+Fixed CI release workflow.
0 commit comments