plone/Setup Plone & Python
Set up a specific version of Plone and Python, using pip, to test add-ons.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Version range or exact version of a Python version to use, using SemVer's version range syntax. | yes | 3.11 |
| plone-version | Plone version to be used. | yes | 6.0 |
| setuptools-version | Setuptools version to be used. If not specified, we use the version from the constraints file of the chosen plone-version. | no | "" |
| additional-packages | Package versions to be installed. i.e. `plone.restapi>=8.13.0` | no | "" |
| additional-eggs | Deprecated, use additional-packages instead. | no | "" |
Outputs
no outputs