From c050bdcb2405837648035b6678c75609d53a749f Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Thu, 25 Jan 2024 19:31:08 +0800 Subject: [PATCH] doc: update readme Signed-off-by: Frost Ming --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c854ebb..d0a8b5b 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ This action supports the following inputs: | Input | Default | Description | | -------------------------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | -| `python-version` | `3.x` | Version range or exact version of a Python version to use, using SemVer's version range syntax. | -| `python-version-file` | `.python-version` | File containing the Python version to use. Example: .`python-version` | +| `python-version` | Not specified | Version range or exact version of a Python version to use, using SemVer's version range syntax. | +| `python-version-file` | `pyproject.toml` | File containing the Python version to use. Example: .`python-version` | | `architecture` | `x64` | The target architecture (x86, x64) of the Python interpreter. | | `allow-python-prereleases` | `false` | Allow prerelease versions of Python to be installed. | | `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. |