1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-07-08 02:06:00 +02:00

Add support for pip-version (#1129)

* Add pip-version input

* Update workflow files

* Add documentation

* Update workflow files
This commit is contained in:
Priya Gupta 2025-06-20 08:39:35 +05:30 committed by GitHub
parent 5fa0ee6f38
commit e9c40fbc2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 179 additions and 0 deletions

View file

@ -108,6 +108,7 @@ See examples of using `cache` and `cache-dependency-path` for `pipenv` and `poet
- [Using `setup-python` with a self-hosted runner](docs/advanced-usage.md#using-setup-python-with-a-self-hosted-runner)
- [Using `setup-python` on GHES](docs/advanced-usage.md#using-setup-python-on-ghes)
- [Allow pre-releases](docs/advanced-usage.md#allow-pre-releases)
- [Using the pip-version input](docs/advanced-usage.md#using-the-pip-version-input)
## Recommended permissions