You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already have my token in a password vault and prefer to paste it in every time; this is what I do when publishing with twine for my non-Hatch projects. Would it be possible to allow users to opt-out from the keyring integration and not save the token? In any case, hatch should inform the user (i.e., print out a log message) that it's saving the entered token into the keyring before doing so.
The text was updated successfully, but these errors were encountered:
By default,
hatch publish
prompts for a PyPI token and then unconditionally saves it to the system keyring:hatch/src/hatch/publish/auth.py
Lines 111 to 114 in 5352e44
I already have my token in a password vault and prefer to paste it in every time; this is what I do when publishing with twine for my non-Hatch projects. Would it be possible to allow users to opt-out from the keyring integration and not save the token? In any case, hatch should inform the user (i.e., print out a log message) that it's saving the entered token into the keyring before doing so.
The text was updated successfully, but these errors were encountered: