Skip to content

Update pypa/gh-action-pypi-publish action to v1.14.2 - #4308

Open
renovate-bot wants to merge 1 commit into
apache:mainfrom
renovate-bot:renovate/pypa-gh-action-pypi-publish-1.x
Open

Update pypa/gh-action-pypi-publish action to v1.14.2#4308
renovate-bot wants to merge 1 commit into
apache:mainfrom
renovate-bot:renovate/pypa-gh-action-pypi-publish-1.x

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Apr 28, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Type Update Change
pypa/gh-action-pypi-publish action minor v1.13.0v1.14.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish)

v1.14.2

Compare Source

This one probably won't touch you visibly so just bookmark @​webknjaz's EuroPython 2026 “AI” slop rant for when it's published on YouTube or encourage him to come back with more to share next year!

🛠️ 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..

The rest of the updates bump things related to pypi-attestations and sigstore, which has the most interesting backstory here. @​facutuesca💰 sent a patch in #​417 but a bunch more helped out.

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.

Edge Cake XKCD feels just like this release

🫶 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.

GH Sponsors badge

v1.14.1

Compare Source

This release was cut at EuroPython 2026 Sprints

🛠️ Internal Dependencies

@​adisivaprasad💰 helped get rid of the GitHub Actions runner warning about the old Node 20 runtime being used by updating actions/setup-python from v5.6.0 to v6.2.0 in #​408.

💪 New Contributors

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

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

🙏 Special Thanks to @​jylenhof💰 for reminding me to work on this release!

💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and on GitHub.

GH Sponsors badge

v1.14.0

Compare Source

Audit your supply chain regularly!

✨ What's Changed

The main change in this release is that verbose and print-hash inputs are now on by default. This was contributed by @​whitequark💰 in #​397.

📝 Docs

@​woodruffw💰 updated the mentions of PEP 740 to stop implying that it might be experimental (it hasn't been for quite a while!) in #​388 and @​him2him2💰 brushed up some grammar in the README and SECURITY docs via #​395.

🛠️ Internal Updates

@​woodruffw💰 bumped sigstore and pypi-attestations in the lock file (#​391) and @​webknjaz💰 added infra for using type annotations in the project (#​381).

💪 New Contributors

🪞 Full Diff: pypa/gh-action-pypi-publish@v1.13.0...v1.14.0

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

🙏 Special Thanks to @​facutuesca💰 and @​woodruffw💰 for helping maintain this project when I can't!

💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and on GitHub.

GH Sponsors badge


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@flyrain

flyrain commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

I guess this will need to wait for update from ASF infra. cc @jbonofre

  ❌ pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b — NOT ON ALLOWLIST  (.github/workflows/nightly.yml, .github/workflows/release-3-build-and-publish-artifacts.yml, .github/workflows/release-4-publish-release.yml)

@renovate-bot
renovate-bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch 2 times, most recently from d8ee212 to 3870e62 Compare May 14, 2026 16:14
@renovate-bot renovate-bot changed the title Update pypa/gh-action-pypi-publish action to v1.14.0 chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0 May 20, 2026
@renovate-bot renovate-bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0 Update pypa/gh-action-pypi-publish action to v1.14.0 May 20, 2026
@renovate-bot
renovate-bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 3870e62 to bb32b5f Compare May 22, 2026 18:09
@renovate-bot renovate-bot changed the title Update pypa/gh-action-pypi-publish action to v1.14.0 chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0 May 26, 2026
@renovate-bot
renovate-bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from bb32b5f to 62187b7 Compare May 28, 2026 13:50
@renovate-bot renovate-bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0 Update pypa/gh-action-pypi-publish action to v1.14.0 Jun 9, 2026
@renovate-bot renovate-bot changed the title Update pypa/gh-action-pypi-publish action to v1.14.0 chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0 Jun 9, 2026
@renovate-bot renovate-bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0 Update pypa/gh-action-pypi-publish action to v1.14.0 Jun 9, 2026
@renovate-bot renovate-bot changed the title Update pypa/gh-action-pypi-publish action to v1.14.0 chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0 Jun 12, 2026
@renovate-bot
renovate-bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 62187b7 to bf35b1b Compare June 12, 2026 06:58
@renovate-bot renovate-bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0 Update pypa/gh-action-pypi-publish action to v1.14.0 Jun 16, 2026
@renovate-bot renovate-bot changed the title Update pypa/gh-action-pypi-publish action to v1.14.0 chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0 Jun 16, 2026
@renovate-bot renovate-bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0 Update pypa/gh-action-pypi-publish action to v1.14.0 Jun 16, 2026
@renovate-bot
renovate-bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from bf35b1b to 7dff658 Compare June 18, 2026 16:23
@snazy

snazy commented Jun 23, 2026

Copy link
Copy Markdown
Member

ASF infra team appreciates contributions for reviewed action updates.

@renovate-bot
renovate-bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 7dff658 to e5045d3 Compare July 12, 2026 13:50
@renovate-bot renovate-bot changed the title Update pypa/gh-action-pypi-publish action to v1.14.0 Update pypa/gh-action-pypi-publish action to v1.14.1 Jul 20, 2026
@renovate-bot
renovate-bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch 3 times, most recently from 02d710a to 0cfd752 Compare July 24, 2026 14:08
@renovate-bot renovate-bot changed the title Update pypa/gh-action-pypi-publish action to v1.14.1 Update pypa/gh-action-pypi-publish action to v1.14.2 Jul 29, 2026
@renovate-bot
renovate-bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch 2 times, most recently from 4f175d2 to 6e15477 Compare July 30, 2026 16:11
@renovate-bot
renovate-bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 6e15477 to 738bcf1 Compare August 2, 2026 13:50
@renovate-bot
renovate-bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 738bcf1 to 6aeecea Compare August 11, 2026 16:44
@renovate-bot
renovate-bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 6aeecea to 2e8ed07 Compare August 15, 2026 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants