Bump pypa/gh-action-pypi-publish from 1.12.5 to 1.13.0 in /.github/workflows#25
Closed
dependabot[bot] wants to merge 6 commits intomainfrom
Closed
Conversation
v1.8.10 bundles an old twine that cannot parse Metadata-Version 2.4 (generated by setuptools >= 77), causing false "missing Name, Version" errors on upload. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Container runs as root but checkout is owned by runner user, causing git to reject repository introspection. Add safe.directory before setuptools-scm version detection. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
setuptools-scm produces e.g. 1.4.4.dev2+g1234567, appending +torchXcuY created two + signs which is invalid PEP 440. Strip the git hash local segment before appending the torch tag. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fix template injection vulnerability (GHSA-jx5w-fhpj-g84c).
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.4...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
813360e to
bb50558
Compare
64f845b to
057ebc2
Compare
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Bumps pypa/gh-action-pypi-publish from 1.12.5 to 1.13.0.
Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
Commits