You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `python-version` | Not specified | Version range or exact version of a Python version to use, using SemVer's version range syntax. |
34
34
| `python-version-file` | `pyproject.toml` | File containing the Python version to use. Example: .`python-version` |
35
-
| `architecture` | `x64` | The target architecture (x86, x64) of the Python interpreter. |
35
+
| `architecture` | `x64` | The target architecture (x86, x64, arm64) of the Python interpreter. |
36
36
| `allow-python-prereleases` | `false` | Allow prerelease versions of Python to be installed. |
37
37
| `token` | `${{ github.token }}` | Used to pull python distributions from actions/python-versions. Since there's a default, this is typically not supplied by the user. |
38
38
| `version` | Not specified | The version of PDM to install, or 'head' to install from the main branch. |
0 commit comments