mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
ce32325c61
Signed-off-by: William Woodruff <william@trailofbits.com>
17 lines
480 B
Text
17 lines
480 B
Text
twine
|
|
|
|
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
|
|
# NOTE: as well as PEP 740 attestations.
|
|
id ~= 1.0
|
|
|
|
# NOTE: This is pulled in transitively through `twine`, but we also declare
|
|
# NOTE: it explicitly here because `oidc-exchange.py` uses it.
|
|
# Ref: https://github.com/di/id
|
|
requests
|
|
|
|
# NOTE: Used to generate attestations.
|
|
pypi-attestations ~= 0.0.12
|
|
sigstore ~= 3.2.0
|
|
|
|
# NOTE: Used to detect the PyPI package name from the distribution files
|
|
packaging
|