warehouse
warehouse copied to clipboard
The Python Package Index
Attestations are not currently supported with ActiveState publishers. Sub-issue of #17001.
**Describe the bug** I get a CSRF error when logging into https://pypi.org/ when I log in after using "Remember this device for 30 days" for the 2FA authentication with a...
Fixes: https://github.com/pypi/warehouse/issues/16460 For proper error in password field while reauthenticating, I made some changes in reauthenticate function, adding a renderer and returning HTTP status code 303 only in case if...
Cannot create scoped token to upload organisation package, but newly personal general token works.
- IPython has recently been moved to Jupyter Org. - It now requires 2FA to publish. - I tried publishing with username password, got refused as I need token. Make...
**What's the problem this feature will solve?** When you create an API token, you get the following instructions: > ### Using this token > > To use this API token:...
**What's the problem this feature will solve?** I could not find a link to the Warehouse or PyPI user documentation anywhere. There is an FAQ, but it did not answer...
**What's the problem this feature will solve?** While upgrading the `build` package to 1.2.2.post1, I've stumbled upon a deprecation notice on Trove license classifiers in pyproject.toml, however there is no...
**What's the problem this feature will solve?** Right now if you want to delete a yanked release, you first have to un-yank that release to be able to delete it....
Fixes: https://github.com/pypi/warehouse/issues/17925 In this PR, I have added 2 columns -> normalized_email and domain (both of which are derived from email itself) So, made 2 helper functions to get the...