You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## 1.3.1 - 2026-04-22
4
+
5
+
Release workflow and test isolation fixes.
6
+
7
+
### Fixed in 1.3.1
8
+
9
+
- Fixed release workflow trigger: switched from `pull_request: closed` to `push: branches: [main]` so the workflow runs under `refs/heads/main` and satisfies the PyPI environment deployment branch protection rule.
10
+
- Fixed `build` job checkout missing `fetch-depth: 0`, required by `poetry-dynamic-versioning` to read git tags.
11
+
- Fixed `download-artifact` version mismatch (`v5` → `v7`) to align with `upload-artifact@v7`.
12
+
3
13
## 1.3.0 - 2026-04-22
4
14
5
15
DX, onboarding, and PyPI publishing release.
@@ -21,6 +31,10 @@ DX, onboarding, and PyPI publishing release.
21
31
- Updated generated artifact metadata and aligned generation tests with current template output.
22
32
- Added PyPI publish job to release workflow using OIDC trusted publishing (no API tokens required).
23
33
34
+
### Fixed in 1.3.0
35
+
36
+
- Fixed `test_install_and_verify_exits_zero` writing generated artifacts into the repository root instead of an isolated `tmp_path`.
0 commit comments