-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
uv publish
: Basic upload with username/password or keyring
What works: * Basic upload to pypi with username/password (username must be `__token__`, but it uses the same HTTP headers) * Error messages What's missing: * Testing on CI. I have a test script for testpypi for both username/password and keyring (next PR), but we need to run it in CI in a secure way. * Trusted publishing from GitHub actions with OIDC, and testing for it. * Other registries?
- Loading branch information
Showing
24 changed files
with
1,641 additions
and
64 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.