mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-12 08:51:16 +00:00
Implement trusted publishing (#7548)
Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
This commit is contained in:
parent
c053dc84f4
commit
205bf8cabe
22 changed files with 502 additions and 40 deletions
|
|
@ -1,4 +1,4 @@
|
|||
pub use base_client::{BaseClient, BaseClientBuilder};
|
||||
pub use base_client::{AuthIntegration, BaseClient, BaseClientBuilder};
|
||||
pub use cached_client::{CacheControl, CachedClient, CachedClientError, DataWithCachePolicy};
|
||||
pub use error::{Error, ErrorKind, WrappedReqwestError};
|
||||
pub use flat_index::{FlatIndexClient, FlatIndexEntries, FlatIndexError};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue