chore(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.2 - #1
Merged
n1ckyb merged 1 commit intoAug 9, 2026
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.2
branch
from
August 4, 2026 12:12
c45bd9c to
d9ea990
Compare
n1ckyb
added a commit
that referenced
this pull request
Aug 9, 2026
Every open Dependabot PR in this repo (#1-#5) is red, and none of them for anything to do with the bumps: --from-parser-artifacts needs GH_TOKEN or GITHUB_TOKEN ##[error]Process completed with exit code 1 Dependabot PRs and fork PRs receive NO repository secrets - not a redacted value, an empty string - so the provisioning step hard-fails for a reason the PR author cannot fix. They were then triaged as "CI failing, hold", which read as a judgement on the dependencies rather than on our workflow. Adopts the pattern intentumdiff-core already uses: detect HAS_SPLIT_TOKEN at job level, where secrets ARE readable (`secrets.*` cannot be referenced from a step-level `if:`) gate provisioning and the full suite on it degrade run what CAN run when the token is absent announce ::notice:: saying exactly what was skipped and why The announcement is not decoration. A quiet reduced gate is indistinguishable from a full one, and someone will eventually merge on it believing the whole suite ran. That is the failure this repo already knows: 0.0.1 shipped green while covering less than it appeared to. The full gate still runs on every maintainer branch PR and on the base branch, so nothing merges without it having passed somewhere. The reduced path exists for people who cannot supply a secret - never as a convenience. Co-authored-by: n1ckyb <nicknuxton@icloud.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Rebuilt on the current RC. The branch previously carried an older ci.yml, and a pull_request run uses the workflow from the PR's own branch - so it ran a version that predated the no-token degrade handling and failed with '--from-parser-artifacts needs GH_TOKEN or GITHUB_TOKEN', which Dependabot PRs can never satisfy because they receive no repository secrets. Net change against the RC is the pinned SHA only. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
n1ckyb
force-pushed
the
dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.2
branch
from
August 9, 2026 23:29
d9ea990 to
57eb36f
Compare
dependabot
Bot
deleted the
dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.2
branch
August 9, 2026 23:51
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.14.0 to 1.14.2.
Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
... (truncated)
Commits
dc37677Merge pull request #417 from trail-of-forks/ft/bump-deps8b2f234Bumppypi-attestationsandsigstore78b72dbMerge pull request #416 from takluyver/twine-v792f4d2aUpdate twine to v7ba38be9Merge pull request #408 from adisivaprasad/bump-setup-python-v6a6c5088Bump actions/setup-python from v5.6.0 to v6.2.0