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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The workflow will only be triggered for the publication of new repo releases / p
12
12
13
13
- 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``).
14
14
- 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
16
16
17
17
### Overview on config files
18
18
@@ -37,7 +37,7 @@ env:
37
37
REGEX_PATTERN: __version__\s*=\s*"(.*)"
38
38
39
39
# Python version used for building the package
40
-
PYTHON_VERSION: '3.8'
40
+
PYTHON_VERSION: '3.11'
41
41
```
42
42
43
43
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