pypa-hatch/src/hatch/publish
Frank Sachsenheim f59508b9a7
Reading credentials from .pypirc (#789)
* publish: Moves credential obtaining to a utils module

* publish: Implements credentials retrieval from .pypirc

* publish: Moves PyPI credential handling to one class

* cli/…/test_publish: Reformats with rush

* publish: Adds test for .pypirc retrieval

* publish: Use __token__ as username fallback on empty user input

* publish: Updates docs

* Deals with ruff's suggestions

* Explicit code formatting with ruff

* Moves the auth module into the publish package

* Undoes style changes in a test module

* Re-arranges docs about publishing

* index-publisher: Lazily imports AuthenticationCredentials

* publish docs: Various minor improvements & changes

Co-authored-by: Ofek Lev <ofekmeister@gmail.com>

* Renames publishing related How-To docs

---------

Co-authored-by: Ofek Lev <ofekmeister@gmail.com>
2024-01-12 23:44:50 -05:00
..
plugin Docs: automate creation of double project.toml/hatch.toml tabs (#966) 2023-10-07 22:58:07 -04:00
__init__.py Switch to a `src`-layout structure (#122) 2022-02-04 00:57:04 -05:00
auth.py Reading credentials from .pypirc (#789) 2024-01-12 23:44:50 -05:00
index.py Reading credentials from .pypirc (#789) 2024-01-12 23:44:50 -05:00