[PR #45] [MERGED] build(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 #166

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/45
Author: @dependabot[bot]
Created: 11/4/2024
Status: Merged
Merged: 11/10/2024
Merged by: @HanaokaYuzu

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


📝 Commits (1)

  • d4a92cc build(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0

📊 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.10.3 to 1.11.0.

Release notes

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

v1.11.0

🔏 Helping you become a trusted supply chain link 🔗

Two months ago, in v1.10.0, @​woodruffw💰 integrated support for generating and uploading PEP 740 digital attestations that can be used as provenance objects when analyzing dependency chains for the integrity.

To make sure it works well, it was implemented as an opt-in, so a relatively small subset of projects was able to try it out, and a few issues have been determined and fixed during this time.

That changes today! This version changes the feature toggle to “on by default”. This means that from now on, every project making use of Trusted Publishing will start producing and publishing digital attestations without having to do any modifications to how they use this action.

@​woodruffw💰 flipped the respective toggle in #277 with the possibility to opt-out.

🛠️ Internal Dependencies

@​woodruffw💰 bumped sigstore to v3.5.1 and pypi-attestations to v0.0.13 in lock files via #276.

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

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

🙏 Special Thanks to William for working on improving the supply chain provenance in the ecosystem! The overall effort is tracked @ pypi/warehouse#15871.

Commits

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/45 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/4/2024 **Status:** ✅ Merged **Merged:** 11/10/2024 **Merged by:** [@HanaokaYuzu](https://github.com/HanaokaYuzu) **Base:** `master` ← **Head:** `dependabot/github_actions/pypa/gh-action-pypi-publish-1.11.0` --- ### 📝 Commits (1) - [`d4a92cc`](https://github.com/HanaokaYuzu/Gemini-API/commit/d4a92cc55f2cdd12effb375db1376123c73c3137) build(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 ### 📊 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.10.3 to 1.11.0. <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.11.0</h2> <h2>🔏 Helping you become a trusted supply chain link 🔗</h2> <p>Two months ago, in <a href="https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.10.0">v1.10.0</a>, <a href="https://github.com/woodruffw"><code>@​woodruffw</code></a><a href="https://github.com/sponsors/woodruffw">💰</a> integrated support for generating and uploading <a href="https://peps.python.org/pep-0740/">PEP 740</a> digital attestations that can be used as provenance objects when analyzing dependency chains for the integrity.</p> <p>To make sure it works well, it was implemented as an opt-in, so a relatively small subset of projects was able to try it out, and a few issues have been determined and fixed during this time.</p> <p>That changes today! This version changes the feature toggle to <a href="https://github.com/marketplace/actions/pypi-publish#generating-and-uploading-attestations">“on by default”</a>. This means that from now on, every project making use of Trusted Publishing will start producing and publishing digital attestations without having to do any modifications to how they use this action.</p> <p><a href="https://github.com/woodruffw"><code>@​woodruffw</code></a><a href="https://github.com/sponsors/woodruffw">💰</a> flipped the respective toggle in <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/277">#277</a> with the possibility to opt-out.</p> <h2>🛠️ Internal Dependencies</h2> <p><a href="https://github.com/woodruffw"><code>@​woodruffw</code></a><a href="https://github.com/sponsors/woodruffw">💰</a> bumped <code>sigstore</code> to v3.5.1 and <code>pypi-attestations</code> to v0.0.13 in lock files via <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/276">#276</a>.</p> <p><strong>🪞 Full Diff</strong>: <a href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.10.3...v1.11.0">https://github.com/pypa/gh-action-pypi-publish/compare/v1.10.3...v1.11.0</a></p> <p><strong>🧔‍♂️ Release Manager:</strong> <a href="https://github.com/sponsors/webknjaz"><code>@​webknjaz 🇺🇦</code></a></p> <p><strong>🙏 Special Thanks</strong> to William for working on improving the supply chain provenance in the ecosystem! The overall effort is tracked @ <a href="https://redirect.github.com/pypi/warehouse/issues/15871">pypi/warehouse#15871</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/fb13cb306901256ace3dab689990e13a5550ffaa"><code>fb13cb3</code></a> 📝 Reflect the PR <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/277">#277</a> changes in README</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/72ead1a85a1f9881eef56aa6deccfbc3d98eb4bc"><code>72ead1a</code></a> Merge PRs <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/276">#276</a> and <a href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/277">#277</a> into release/v1</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/0126dcac8e27a0ec77a286e2599ac4a36a3cc2f0"><code>0126dca</code></a> action: enable attestations by default</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/335e8b00ae050a2b9c5938415e7203ca6732f0d5"><code>335e8b0</code></a> bump sigstore==3.5.1</li> <li><a href="https://github.com/pypa/gh-action-pypi-publish/commit/1545e96dcbd4dfda3304df772fdf2b616046d32c"><code>1545e96</code></a> requirements: bump sigstore, pypi-attestations</li> <li>See full diff in <a href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.10.3...v1.11.0">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.10.3&new-version=1.11.0)](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#166
No description provided.