Skip to content

Fix invalid YAML in merge.yaml (dangling empty with: block) - #35

Merged
ryanmrichard merged 1 commit into
masterfrom
fix-merge-yaml-empty-with
Aug 7, 2026
Merged

Fix invalid YAML in merge.yaml (dangling empty with: block)#35
ryanmrichard merged 1 commit into
masterfrom
fix-merge-yaml-empty-with

Conversation

@ryanmrichard

Copy link
Copy Markdown
Member

merge.yaml's deploy_to_pypi job failed to parse at all after #34 merged (0 jobs ran) because deleting the TestPyPI extra_index_url line left an empty with: mapping. Removes the dangling key.

extra_index_url was the only key under build_pypi_dist's 'with:', so
deleting it during the TestPyPI cleanup left an empty mapping value,
which GitHub Actions can't parse -- the whole workflow failed to run
at all (zero jobs) on the first post-merge push.
@ryanmrichard
ryanmrichard merged commit 68b27a7 into master Aug 7, 2026
6 checks passed
@ryanmrichard
ryanmrichard deleted the fix-merge-yaml-empty-with branch August 7, 2026 16:59
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🚀 [bumpr] Bumped!
New version:v1.0.23
Changes:v1.0.22...v1.0.23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant