Laurie O

Results 46 issues of Laurie O

Support [PEP 792 (Project status markers in the simple index)](https://peps.python.org/pep-0792/) ([spec in packaging docs](https://packaging.python.org/en/latest/specifications/project-status-markers/); [JSON schema in packaging docks](https://packaging.python.org/en/latest/specifications/simple-repository-api/#simple-repository-json-project-detail)). Simple pass-through from source index JSON responses, with first-index wins.

Only test with Python 3.9+ (due to `setuptools` [support](https://setuptools.pypa.io/en/latest/history.html#v75-4-0))

Specifying files outside of the Python project root directory (the one containing the pyproject.toml/setup.py file), in your case the license file `../LICENSE`, is deprecated and scheduled for removal on 20...

See [the Python packaging documentation](https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#configuring-trusted-publishing), [the PyPI documentation](https://docs.pypi.org/trusted-publishers/), and [the official pypi-publish GitHub action documentation](https://github.com/pypa/gh-action-pypi-publish?tab=readme-ov-file#trusted-publishing) on trusted publishing. Actions (click to expand) - Configure (or use an existing) GitHub environment...

Looking at the hashes of the [wheel in PyPI](https://pypi.org/project/requests/#requests-2.32.5-py3-none-any.whl) (and [in the GitHub release](https://github.com/psf/requests/releases/tag/v2.32.5)) and the hash of the uploaded build artefact from [the v2.32.5 publish workflow run](https://github.com/psf/requests/actions/runs/17051830790), they differ:...