From 514dd8558096dffaf2e577af73e5d59b6714f741 Mon Sep 17 00:00:00 2001 From: ric-evans Date: Mon, 29 Jul 2024 12:08:43 -0400 Subject: [PATCH] update README - 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28fdba8..5fce494 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The following are inputted to the GitHub Action package in its `with` block: | Input | Description | Required | Default | |-----------------------|----------------------------------------------------------------------------------------------------------|------------------------------------|----------------------------------------------------------------------------| -| `python_min` | Minimum required Python version | *True* | - | +| `python_min` | Minimum required Python version | **True** | - | | `keywords` | Space-separated list of keywords | _required if `pypi_name` is given_ | (see left) | | `author` | Author of the package | _required if `pypi_name` is given_ | (see left) | | `author_email` | Email of the package's author | _required if `pypi_name` is given_ | (see left) |