fix: collapse python3 one-liner to fix YAML indentation error #14

Merged
josh merged 1 commits from fix/release-yaml-indent into dev 2026-03-28 13:58:27 -04:00

1 Commits

Author SHA1 Message Date
10e25e1803 fix: collapse python3 one-liner to fix YAML indentation error
All checks were successful
CI / test (pull_request) Successful in 13s
CI / build-dev (pull_request) Has been skipped
Multi-line python3 -c "..." had unindented code outside the run: | block,
causing 'yaml: line 83: could not find expected :'. Collapsed to a single
indented line so the YAML parser sees it correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 13:57:48 -04:00