Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.12.4
dependenciesgithub_actionsno-pr-activity
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.12.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pypa/gh-action-pypi-publish/releases">pypa/gh-action-pypi-publish's releases</a>.</em></p>
<blockquote>
<h2>v1.12.4</h2>
<!-- raw HTML omitted -->
<h2>✨ What's Changed</h2>
<p>The main theme of this patch release that the support for uploading <a href="https://packaging.python.org/en/latest/specifications/core-metadata/#license-expression">PEP 639 licensing metadata</a> to PyPI has been fixed in <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/327">#327</a>.</p>
<h2>🛠️ Internal Updates</h2>
<p>A few smaller updates include the attestation existence being checked earlier in the process now, listing all the violating files together, not just one (PR <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/315">#315</a>).
And the lock file with the software available in runtime has been re-pinned in <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/329">#329</a>.
Additionally, the CI now runs the smoke-tests against both Ubuntu 22.04 and 24.04 explicitly via da900af96347cc027433720ad4f122117645459d.</p>
<p><strong>🪞 Full Diff</strong>: <a href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.3...v1.12.4">https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.3...v1.12.4</a></p>
<p><strong>🧔♂️ Release Manager:</strong> <a href="https://github.com/sponsors/webknjaz"><code>@webknjaz</code></a> <a href="https://stand-with-ukraine.pp.ua">🇺🇦</a></p>
<p><strong>🙏 Special Thanks</strong> to <a href="https://github.com/dnicolodi"><code>@dnicolodi</code></a><a href="https://github.com/sponsors/dnicolodi">💰</a> and <a href="https://github.com/woodruffw"><code>@woodruffw</code></a><a href="https://github.com/sponsors/woodruffw">💰</a> for releasing the license metadata support fix in Twine!</p>
<p><strong>💬 Discuss</strong> <a href="https://bsky.app/profile/webknjaz.me/post/3lghhtwey522z">on Bluesky 🦋</a>, <a href="https://mastodon.social/@webknjaz/113881243992941874">on Mastodon 🐘</a> and <a href="https://github.com/pypa/gh-action-pypi-publish/discussions/330">on GitHub</a>.</p>
<p><a href="https://github.com/sponsors/webknjaz"><img src="https://img.shields.io/badge/%40webknjaz-transparent?logo=githubsponsors&logoColor=%23EA4AAA&label=Sponsor&color=2a313c" alt="GH Sponsors badge" /></a></p>
<h2>v1.12.3</h2>
<h2>✨ What's Improved</h2>
<p>With the updates by <a href="https://github.com/woodruffw"><code>@woodruffw</code></a><a href="https://github.com/sponsors/woodruffw">💰</a> and <a href="https://github.com/webknjaz"><code>@webknjaz</code></a><a href="https://github.com/sponsors/webknjaz">💰</a> via <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/309">#309</a> and <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/313">#313</a>, it is now possible to publish [distribution packages] that include [core metadata v2.4], like those built using [maturin]. This is done by bumping <code>Twine</code> to v6.0.1 and <code>pkginfo</code> to v1.12.0.</p>
<h2>📝 Docs</h2>
<p>We've made an attempt to clarify the runtime and workflow shape that are expected to be supported for calling this action in: <a href="https://github.com/marketplace/actions/pypi-publish#Non-goals">https://github.com/marketplace/actions/pypi-publish#Non-goals</a>.</p>
<blockquote>
<p>[!TIP]
Please, let us know in the <a href="https://github.com/pypa/gh-action-pypi-publish/discussions/330">release discussion</a> if anything still remains unclear.
<em>TL;DR</em> always call [<code>pypi-publish</code>] once per job; don't invoke it in reusable workflows; physically move building the dists into separate jobs having restricted permissions and storing the dists as GitHub Actions artifacts; when using self-hosted runners, make sure to still use [<code>pypi-publish</code>] on a GitHub-provided infra with <code>runs-on: ubuntu-latest</code>, while building and testing may remain self-hosted; don't perform any other actions in the publishing job; don't call [<code>pypi-publish</code>] from composite actions.</p>
</blockquote>
<h2>🛠️ Internal Updates</h2>
<p><a href="https://github.com/br3ndonland"><code>@br3ndonland</code></a><a href="https://github.com/sponsors/br3ndonland">💰</a> improved the container image generation automation to include Git SHA in <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/301">#301</a>. And <a href="https://github.com/woodruffw"><code>@woodruffw</code></a><a href="https://github.com/sponsors/woodruffw">💰</a> added the <code>workflow_ref</code> context to Trusted Publishing debug logging in <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/305">#305</a>, helping us diagnose misconfigurations faster. <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/313">#313</a> also extends the smoke test in the CI to check against the [maturin]-made dists. Additionally, <code>jeepney</code> and <code>secretstorage</code> transitive deps have been added to the pip constraint-based lock file, as Dependabot seems to have missed those earlier.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/76f52bc884231f62b9a034ebfe128415bbaabdfc"><code>76f52bc</code></a> Merge pull request <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/329">#329</a> from webknjaz/maintenance/runtime-lockfile-24-02-2025</li>
<li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/72de13b11d3d3407c18160a2fed48a095082a875"><code>72de13b</code></a> 📌 Mass-upgrade transitive dependency pins</li>
<li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/1995f2e046709561040c91d6e926611f308b69ed"><code>1995f2e</code></a> Merge pull request <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/327">#327</a> from webknjaz/maintenance/twine-6.1-pep639</li>
<li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/29f40bd9f907432a646ecd9a54e7b6640eddf1bc"><code>29f40bd</code></a> 📦 Enable metadata 2.4 support in Twine</li>
<li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/10df67dae045599d4687ac5a225e5a0bf311f033"><code>10df67d</code></a> 📦 Enable support for PEP 639 metadata</li>
<li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/e0449d218c594c5fc8e8f39778fd566354610b58"><code>e0449d2</code></a> 🧪 Integrate a unified <code>alls-green</code> GHA status</li>
<li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/cebc64f283e4649cec01dbdeda3437192dc10d14"><code>cebc64f</code></a> 🧪 Bump setuptools in smoke test to v75.8.0</li>
<li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/da900af96347cc027433720ad4f122117645459d"><code>da900af</code></a> 🧪 Run smoke tests against Ubuntu 24 and 22</li>
<li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/8cafb5c2bf2f478231c9abbba1feb4edb6ccf405"><code>8cafb5c</code></a> 💰 Sync the funding config</li>
<li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/916e57631f04a497e4bec0e29e80684e45b4305e"><code>916e576</code></a> Merge pull request <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/315">#315</a> from webknjaz/refactoring/attestations-exist-bundle</li>
<li>Additional commits viewable in <a href="https://github.com/pypa/gh-action-pypi-publish/compare/2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf...76f52bc884231f62b9a034ebfe128415bbaabdfc">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
合并状态:未合并 关闭于 2025-04-04 2 条评论