Skip to content

Restore Dependabot updates for pypa/gh-action-pypi-publish - #1132

Merged
potiuk merged 1 commit into
apache:mainfrom
kpumuk:restore-pypi-publish-updates
Aug 1, 2026
Merged

Restore Dependabot updates for pypa/gh-action-pypi-publish#1132
potiuk merged 1 commit into
apache:mainfrom
kpumuk:restore-pypi-publish-updates

Conversation

@kpumuk

@kpumuk kpumuk commented Aug 1, 2026

Copy link
Copy Markdown
Member

Summary

pypa/gh-action-pypi-publish v1.13.0 is currently marked with keep: true.
Kept references are intentionally omitted from the composite action watched by Dependabot.
Consequently, the allowlist missed three upstream releases: v1.14.0, v1.14.1, and v1.14.2.

This removes keep from the current v1.13.0 reference, allowing the update workflow to expose it
to Dependabot again. This PR deliberately does not approve any of the missed releases. After this
change is merged, Dependabot can propose the latest release in a separate PR, where it can undergo
the repository's normal verification and review process. Once that later update is merged,
v1.13.0 will receive the normal 12-week expiration period.

The manual-version documentation is also corrected to distinguish the tracked current version,
temporarily retained older versions, and exceptional versions that must remain available
indefinitely.

Type of change

  • New utility or action
  • Bug fix
  • Enhancement to existing code
  • Workflow or CI change
  • Documentation update
  • Other

Testing

uv run pytest gateway/test_gateway.py -q passes all 10 tests. An in-memory run of the composite
generator also confirms that pypi-publish is absent before removing keep and appears as the
tracked v1.13.0 reference afterward.

Remove the keep marker that excludes the current release from the Dependabot sentinel and clarify the version metadata lifecycle.

Generated-by: OpenAI Codex (GPT-5.6) <codex@openai.com>
@kpumuk
kpumuk force-pushed the restore-pypi-publish-updates branch from 213aa95 to 22f00c0 Compare August 1, 2026 14:03
@potiuk
potiuk merged commit d7db62b into apache:main Aug 1, 2026
11 checks passed
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.

2 participants