docs: add pypi-wheel fetcher

This commit is contained in:
phaer 2022-11-23 20:43:20 +01:00
parent f9e6c0e245
commit c51db6ebeb

View File

@ -90,13 +90,24 @@ Inputs:
### pypi-sdist
Fetches from pypi registry.
Fetches sources distributions ("sdists") from pypi registry.
Inputs:
- pname
- version
- hash
### pypi-wheel
Fetches wheels from pypi registry.
Inputs:
- filename
- pname
- version
- hash
### crates-io
Fetches from crates.io registry.