Skip to content

Commit 7ae57ff

Browse files
Update README.md
1 parent 51daecd commit 7ae57ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The workflow will only be triggered for the publication of new repo releases / p
1212

1313
- Create token secrets for both [PyPi Test](https://test.pypi.org/) and [PyPi Prod](https://www.pypi.org/) (``Account Settings`` > ``API Tokens`` > ``Add API token``).
1414
- In your Github project, goto ``Settings`` > ``Secrets and Variables`` > ``Actions``
15-
- Create two keys ``TEST_PYPI_API_TOKEN`` and ``PROD_PYPI_API_TOKEN`` and assign the previously created token secrets to these keys
15+
- Create two `Secrets` keys (`New repository secret`) named ``TEST_PYPI_API_TOKEN`` and ``PROD_PYPI_API_TOKEN`` and assign the previously created token secrets to these keys
1616

1717
### Overview on config files
1818

@@ -37,7 +37,7 @@ env:
3737
REGEX_PATTERN: __version__\s*=\s*"(.*)"
3838

3939
# Python version used for building the package
40-
PYTHON_VERSION: '3.8'
40+
PYTHON_VERSION: '3.11'
4141
```
4242
4343
Replace the placeholder for the source file with the relative path to your Python file which contains the version information. Amend the RegEx and the Python version, if necessary.

0 commit comments

Comments
 (0)