Update pypa/gh-action-pypi-publish action to v1.14.1#352
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
requested review from
glennmatthews,
jvanderaa,
pke11y and
scetron
as code owners
November 12, 2025 12:39
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
from
November 22, 2025 17:51
1689c88 to
ddeb3c5
Compare
Contributor
|
This appears to be failing because of a lack of a change fragment on Town Crier. @copilot is there a way to configure Chore to provide a town crier change fragment? |
3 tasks
|
@jvanderaa I've opened a new pull request, #353, to work on those changes. Once the pull request is ready, I'll request review from you. |
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
2 times, most recently
from
November 22, 2025 20:30
c04c7b0 to
4f4f188
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
2 times, most recently
from
November 30, 2025 14:45
3e453b4 to
e4fbcc7
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
2 times, most recently
from
January 22, 2026 21:29
d65074e to
c04b010
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
2 times, most recently
from
February 4, 2026 19:43
18bb01b to
907b1db
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
2 times, most recently
from
February 25, 2026 22:13
3a0d1c4 to
df5bacd
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
3 times, most recently
from
March 7, 2026 00:35
e60e30c to
9ffff2b
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
2 times, most recently
from
March 18, 2026 01:28
270f31d to
a02974c
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
from
April 7, 2026 18:18
a02974c to
e76c70a
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
3 times, most recently
from
April 21, 2026 14:32
c609fb3 to
621ee39
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
from
April 24, 2026 12:55
621ee39 to
b61684c
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
from
April 24, 2026 13:58
b61684c to
8549b97
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
4 times, most recently
from
May 6, 2026 16:21
b4df8f6 to
bb012e5
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
2 times, most recently
from
May 13, 2026 16:24
2b19b3a to
3a12f87
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
from
May 21, 2026 20:17
3a12f87 to
27e0cc3
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
3 times, most recently
from
June 17, 2026 18:22
35b7ed3 to
4890f1d
Compare
renovate
Bot
force-pushed
the
renovate/pypa-gh-action-pypi-publish-1.x
branch
from
July 19, 2026 14:31
4890f1d to
7a330e0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.13.0→v1.14.1Release Notes
pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish)
v1.14.1Compare 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-pythonfrom 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!
v1.14.0Compare Source
Audit your supply chain regularly!
✨ What's Changed
The main change in this release is that
verboseandprint-hashinputs 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
sigstoreandpypi-attestationsin 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.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.