Skip to content

#111 ci: add manual publish-version workflow - #112

Merged
RAprogramm merged 1 commit into
mainfrom
111
Jul 14, 2026
Merged

#111 ci: add manual publish-version workflow#112
RAprogramm merged 1 commit into
mainfrom
111

Conversation

@RAprogramm

Copy link
Copy Markdown
Owner

Closes #111

workflow_dispatch workflow that checks out a given tag and publishes it to crates.io. Needed because GitHub refuses a second retry of the old release runs whose publish failed on the stale token (v0.6.0–v0.15.0); also useful for any future re-publish.

actionlint, zizmor (0 findings with reviewed ignore), reuse lint pass locally.

@github-actions

Copy link
Copy Markdown
Contributor

Rust Diff Analysis

Tip

PR size is within limits. Good job keeping changes focused!

Limits — configured thresholds for this repository

Each metric is compared against its configured maximum. If any limit is exceeded, the PR check fails.

Metric Value Limit Status
Production Units 0 30
Weighted Score 0 100
Lines Added 0 200

Understanding the metrics:

  • Production Units: Functions, structs, enums, traits, and other semantic code units in production code
  • Weighted Score: Complexity score based on unit types (public APIs weigh more than private)
  • Lines Added: Raw count of new lines in production code
Summary — breakdown of changes by category

Production code counts toward limits. Test code is tracked but doesn't affect limits.

Metric Production Test
Functions 0 -
Structs/Enums 0 -
Other 0 -
Lines added +0 +0
Lines removed -0 -0
Total units 0 0
Analysis Scope

Skipped files:

  • 2 non-Rust files

Skipped file list:

  • .github/workflows/publish-version.yml (non-Rust)
  • .github/zizmor.yml (non-Rust)

Rust Diff Analyzer

@RAprogramm
RAprogramm merged commit a4304b3 into main Jul 14, 2026
28 checks passed
@RAprogramm
RAprogramm deleted the 111 branch July 14, 2026 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: add manual publish-version workflow for re-publishing tagged releases

1 participant