fix: enhance existing authentication docs#1780
Conversation
|
|
||
| 1. The `--user` / `-u` cli option. | ||
| 1. a username (e.g. `__token__` for PyPI) | ||
| 2. a token value or other form of trusted authentication from the index (PyPI) |
There was a problem hiding this comment.
| 2. a token value or other form of trusted authentication from the index (PyPI) | |
| 2. a password, token value or other form of trusted authentication for the package index |
|
Hi @lwasser , I just posted a couple of comments in the hope of making the help more explicit and easier to understand. Feel free to approve these changes or not :) |
| "pymdown-extensions~=10.8.1", | ||
| # Necessary for syntax highlighting in code blocks | ||
| "pygments~=2.18.0", | ||
| "griffe<1.0", |
There was a problem hiding this comment.
(how) is this related to the proposed prose changes?
There was a problem hiding this comment.
hey @funkyfuture i mentioned this to @ofek right now the docs won't build without this change in the hatch doc environment. I read it's a known issue. I think ofek wants to make the change separately / rebuild the environment. But if anyone wants to pull this down and build they will have issues without this change (or atleast that is what i discovered).
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
|
@lwasser Can you address the docs build failure and I can work on getting this merged in. |
closes #821
This is a small update to the authentication page. it adds
✅ subheadings for easier skimming
✅ a breakout on 2FA as requested in #821
✅ a bit of clarification throughout.
I have two significant questions.
IN other words, if i just enter credentials manually using -u and-auth will hatch still try to override with the .pypirc file if it finds it? i'm now convinced that order is actually correct but i also haven't dug into the code yet.