Skip to content

Commit 6138fcd

Browse files
Update README.md
1 parent 8adafe4 commit 6138fcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ Open the file. You will notice a section which looks like this:
2828
```yml
2929
env:
3030

31-
# relative path to your file, e.g.
31+
# relative path to the file containing your version info, e.g.
3232
# ./MyLib/MyLib.py
33-
SOURCE_FILE: ./REPLACE/ME
33+
SOURCE_FILE: ./REPLACE/ME
3434

35-
# Regex pattern used for extracting the version data from your fil
35+
# Regex pattern used for extracting the version data from your file
3636
# (usually, this does not need to be changed)
3737
REGEX_PATTERN: __version__\s*=\s*"(.*)"
3838

3939
# Python version used for building the package
4040
PYTHON_VERSION: '3.11'
4141
```
4242
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.
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.
4444
4545
## Running the Github Action
4646

0 commit comments

Comments
 (0)