Skip to content

chore(deps): bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the actions-minor-patch group across 1 directory - #746

Merged
igerber merged 1 commit into
mainfrom
dependabot/github_actions/actions-minor-patch-a934d7c76e
Aug 10, 2026
Merged

chore(deps): bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the actions-minor-patch group across 1 directory#746
igerber merged 1 commit into
mainfrom
dependabot/github_actions/actions-minor-patch-a934d7c76e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions-minor-patch group with 1 update in the / directory: pypa/gh-action-pypi-publish.

Updates pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2

Release notes

Sourced from pypa/gh-action-pypi-publish's releases.

v1.14.2

🛠️ Urgh… Another release!? Again? Explain yourself!

Looking at the diff, you'll only witness updates across the dependency tree. That's it! It's not a security fix or anything like that even, no. But you'll want this update.

[!tip] So what most people will find useful is @​takluyver💰's update of Twine to v7 that we use internally (#416). This version will let them upload their sdists and wheels containing core packaging metadata v2.5 to (Test)PyPI.

🧐 Tell me why..

TL;DR non-pure-python projects with C-extensions tend to have dozens (sometimes hundreds) wheels to upload to PyPI per release. They are often quite big and take time to transfer over the network. People started noticing problems and coming up with DIY sharding workarounds like aio-libs/aiohttp#13226 around July 23. On this date, projects with a good amount of bytes to publish would start getting timeouts 5 minutes after the PyPI publishing job begun. The same job that worked just fine before.

I had to start pinging upstream library and ecosystem people, on GitHub and privately, to start making sense of what was happening. Eventually, we collectively concluded that GitHub must've shortened the lifetime of their OIDC identity — it seems to have used to be 10 minutes long (at some point in the past) and is now 5 minutes, apparently. It's not documented clearly, and we have not been able to get any clarity by attempting to contact GitHub through private channels, using personal connections.

Over the course of investigation, @​facutuesca💰 found and fixed a related underlying cache invalidation bug in sigstore/sigstore-python#1838, which he then coordinated propagation through the dependency chain updates in sigstore-python, pypi-attestations, gh-action-pypi-publish and gh-action-sigstore-python.

Mike's also discovered that Sigstore's Rekor slowdown seems to have become the main contributing cause of the last week's incident. He's collected some data to support this claim: https://publishing-five-minute-timeout.tiiny.site.

🫶 New Contributors

🪞 Full Diff: pypa/gh-action-pypi-publish@v1.14.1...v1.14.2

🧔‍♂️ Release Manager: @​webknjaz 🇺🇦

🙏 Special Thanks to @​davidbrochart💰 and @​Dreamsorcerer💰 for turning my attention (in #415 and in private) to the newly surfaced corner case in GitHub's behavior that only affected a narrow category of projects while many others remained blissfully unaware. @​bdraco💰 came up with a DIY sharding workaround for aiohttp that served as a demo for other projects. @​miketheman💰 confirmed the Warehouse-side details. Also, @​jku💰 and @​woodruffw💰 helped work through, review and release the Sigstore ecosystem upstream libs.

💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and [on GitHub][release discussion].

[![GH Sponsors badge]][GH Sponsors URL]

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Dependency updates github-actions GitHub Actions dependency updates labels Aug 3, 2026
@dependabot
dependabot Bot requested a review from igerber as a code owner August 3, 2026 18:45
@dependabot dependabot Bot added dependencies Dependency updates github-actions GitHub Actions dependency updates labels Aug 3, 2026
@dependabot dependabot Bot changed the title chore(deps): bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the actions-minor-patch group chore(deps): bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the actions-minor-patch group across 1 directory Aug 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-minor-patch-a934d7c76e branch from f0049dc to df113da Compare August 10, 2026 18:45
Bumps the actions-minor-patch group with 1 update in the / directory: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).


Updates `pypa/gh-action-pypi-publish` from 1.14.1 to 1.14.2
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@ba38be9...dc37677)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-version: 1.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@igerber
igerber force-pushed the dependabot/github_actions/actions-minor-patch-a934d7c76e branch from df113da to e2a9273 Compare August 10, 2026 22:16
@github-actions

Copy link
Copy Markdown

🔁 AI review rerun (requested by @igerber)

Head SHA: e2a92736234c5b5d195046b1ea83ae48bd7103f8


Overall Assessment: ✅ Looks good

Executive Summary

  • Only the PyPI publishing action’s immutable commit pin changes.
  • No estimators, statistical methods, defaults, or inference behavior are affected.
  • Existing least-privilege OIDC permissions remain unchanged.
  • No unmitigated findings identified.

Methodology

No findings. The change does not affect causal methodology or the Methodology Registry.

Code Quality

No findings. The action remains pinned to a full commit SHA at .github/workflows/publish.yml:L30.

Performance

No findings.

Maintainability

No findings.

Tech Debt

No findings.

Security

No findings. The publishing job retains scoped id-token: write permission and uses an immutable action reference.

Documentation/Tests

No findings. This dependency-only workflow update requires no library tests or documentation changes.

@igerber igerber added the ready-for-ci Triggers CI test workflows label Aug 10, 2026
@igerber
igerber merged commit ae8e5a1 into main Aug 10, 2026
14 of 15 checks passed
@igerber
igerber deleted the dependabot/github_actions/actions-minor-patch-a934d7c76e branch August 10, 2026 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates github-actions GitHub Actions dependency updates ready-for-ci Triggers CI test workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant