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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,19 +28,19 @@ Open the file. You will notice a section which looks like this:
28
28
```yml
29
29
env:
30
30
31
-
# relative path to your file, e.g.
31
+
# relative path to the file containing your version info, e.g.
32
32
# ./MyLib/MyLib.py
33
-
SOURCE_FILE: ./REPLACE/ME
33
+
SOURCE_FILE: ./REPLACE/ME
34
34
35
-
# Regex pattern used for extracting the version data from your fil
35
+
# Regex pattern used for extracting the version data from your file
36
36
# (usually, this does not need to be changed)
37
37
REGEX_PATTERN: __version__\s*=\s*"(.*)"
38
38
39
39
# Python version used for building the package
40
40
PYTHON_VERSION: '3.11'
41
41
```
42
42
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.
0 commit comments