warehouse
warehouse copied to clipboard
The Python Package Index
**Describe the bug** Using GitHub Actions on GitHub.com on an organisation that's customised the enterprise's `issuer` value causes PyPI to refuse release uploads with the reason: > * `invalid-payload`: unknown...
This would enable PyPI users with [Bitbucket Pipelines CI/CD](https://www.atlassian.com/software/bitbucket/features/pipelines) to leverage trusted publishing. An example claim set from a Bitbucket Pipelines repository (anonymized but the structure is saved): ``` {...
**What's the problem this feature will solve?** Currently if user USER maintain package PACK because they are part of the team TEAM of organisation ORG; the name and avatar of...
**What's the problem this feature will solve?** :wave: Hi. Our project [`pyhf`](https://github.com/scikit-hep/pyhf) just switched (c.f. https://github.com/scikit-hep/pyhf/pull/2095) from having our PyPI metadata in [`setup.cfg`](https://github.com/scikit-hep/pyhf/blob/3eef1fff2e6d4ccf474bbe51e2211cf690752b82/setup.cfg) to [`pyproject.toml`](https://github.com/scikit-hep/pyhf/blob/e942d852922f22c495ae711303835a5a698f217d/pyproject.toml). In doing so, we also...
In https://github.com/pypa/packaging.python.org/pull/1032 it was resolved that distribution names in wheel filenames should be lowercased per PEP 503, and the binary distribution format spec was updated, but we never began enforcing...
As part of #17607, this PR renames some triggers and functions within the database to make their names more consistent with the current implementation. This dates back from 0e8f7729161a (2020-06)...
Since I couldn't find any discussion about `ruff` in existing issues, I'm opening this one to see if there's interest and to document what I've found so far. Currently, Python...
Since 748138e9d209d2a889071fdb6633aefe6b8fdaf4, warehouse is no longer using the `array_idx` function. This PR removes it. Marked as _draft_ because stacked on top of #17652. Preliminary work for #17607
We should send emails to warn project owners when they are approaching our project/file size limits, either: - When a uploaded file is close to the max file size (within...