Skip to main content

Crate uv_publish

Crate uv_publish 

Source

Structs§

CheckUrlClient
Context for using a fresh registry client for check URL requests.
FormMetadata
UploadDistribution
Represents a single “to-be-uploaded” distribution, along with zero or more attestations that will be uploaded alongside it.

Enums§

PublishError
PublishPrepareError
Failure to get the metadata for a specific file.
PublishSendError
Failure in or after (HTTP) transport for a specific file.
TrustedPublishResult

Traits§

Reporter

Functions§

check_trusted_publishing
If applicable, attempt obtaining a token for trusted publishing.
check_url
Check whether we should skip the upload of a file because it already exists on the index.
group_files_for_publishing
Collect the source distributions and wheels for publishing.
upload
Upload a file to a registry.
upload_two_phase
Upload a file using the two-phase upload protocol for pyx.
validate
Validate a distribution before uploading.