Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckDependency ¶
func CheckDependency() error
CheckDependency verifies the `uv` executable is available in PATH.
Types ¶
type PublishOptions ¶
type PublishOptions struct {
DryRun bool
PublishURL string
Token string
Stdout io.Writer
Stderr io.Writer
}
PublishOptions controls uv publish behavior.
type StageOptions ¶
type StageOptions struct {
Dev bool
}
StageOptions controls uv staging behavior.
type VerificationResult ¶
type VerificationResult struct {
Valid bool `json:"valid"`
Errors []string `json:"errors"`
Warnings []string `json:"warnings"`
}
VerificationResult summarizes uv staging validation results.
func Verify ¶
func Verify(cfg *config.Config) *VerificationResult
Verify validates staged uv wheel artifacts and returns accumulated findings.
Click to show internal directories.
Click to hide internal directories.