[PR #59] [MERGED] build(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 #171

Closed
opened 2026-02-13 17:28:00 -06:00 by mirrors · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/HanaokaYuzu/Gemini-API/pull/59
Author: @dependabot[bot]
Created: 1/27/2025
Status: Merged
Merged: 2/1/2025
Merged by: @HanaokaYuzu

Base: masterHead: dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.4


📝 Commits (1)

  • b7eae11 build(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/pypi-publish.yml (+1 -1)

📄 Description

Bumps pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4.

Release notes

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

v1.12.4

What's Changed

The main theme of this patch release that the support for uploading PEP 639 licensing metadata to PyPI has been fixed in #327.

🛠️ Internal Updates

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 #315). And the lock file with the software available in runtime has been re-pinned in #329. Additionally, the CI now runs the smoke-tests against both Ubuntu 22.04 and 24.04 explicitly via da900af96347cc027433720ad4f122117645459d.

🪞 Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.3...v1.12.4

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

🙏 Special Thanks to @​dnicolodi💰 and @​woodruffw💰 for releasing the license metadata support fix in Twine!

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

GH Sponsors badge

Commits
  • 76f52bc Merge pull request #329 from webknjaz/maintenance/runtime-lockfile-24-02-2025
  • 72de13b 📌 Mass-upgrade transitive dependency pins
  • 1995f2e Merge pull request #327 from webknjaz/maintenance/twine-6.1-pep639
  • 29f40bd 📦 Enable metadata 2.4 support in Twine
  • 10df67d 📦 Enable support for PEP 639 metadata
  • e0449d2 🧪 Integrate a unified alls-green GHA status
  • cebc64f 🧪 Bump setuptools in smoke test to v75.8.0
  • da900af 🧪 Run smoke tests against Ubuntu 24 and 22
  • 8cafb5c 💰 Sync the funding config
  • 916e576 Merge pull request #315 from webknjaz/refactoring/attestations-exist-bundle
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/HanaokaYuzu/Gemini-API/pull/59 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/27/2025 **Status:** ✅ Merged **Merged:** 2/1/2025 **Merged by:** [@HanaokaYuzu](https://github.com/HanaokaYuzu) **Base:** `master` ← **Head:** `dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.4` --- ### 📝 Commits (1) - [`b7eae11`](https://github.com/HanaokaYuzu/Gemini-API/commit/b7eae117199e02061cdc96ae676cf858832f67cc) build(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/pypi-publish.yml` (+1 -1) </details> ### 📄 Description Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.3 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&amp;logoColor=%23EA4AAA&amp;label=Sponsor&amp;color=2a313c" alt="GH Sponsors badge" /></a></p> </blockquote> </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/v1.12.3...v1.12.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pypa/gh-action-pypi-publish&package-manager=github_actions&previous-version=1.12.3&new-version=1.12.4)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirrors 2026-02-13 17:28:00 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mirrors/Gemini-API#171
No description provided.