Skip to content

Commit 188bf79

Browse files
authored
Fix CI (#322)
* Bump prepatch * Fix CI (#321) * Bump version back down for release
1 parent d25c1ca commit 188bf79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: "3.13"
1919
poetry-install-options: "--no-root"
2020
- name: "Build Documentation"
21-
run: "poetry run invoke build-and-check-docs"
21+
run: "poetry run invoke build build-and-check-docs"
2222
- name: "Run Poetry Build"
2323
run: "poetry build"
2424

changes/321.housekeeping

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed CI release workflow.

0 commit comments

Comments
 (0)