Skip to content

Commit 11a87a0

Browse files
Update publish-to-pypi.yml
1 parent ae8a4e0 commit 11a87a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

publish-to-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
# a different pattern. Default behavior assumes that
4040
# the version information in your file looks something like this:
4141
# __version__ = "1.2.3"
42+
# - PYTHON_VERSION: Python version which is used for building the package
4243

4344
name: Upload Python Package
4445

@@ -60,7 +61,7 @@ env:
6061
# (usually, this does not need to be changed)
6162
REGEX_PATTERN: __version__\s*=\s*"(.*)"
6263

63-
# Python version for building the package
64+
# Python version used for building the package
6465
PYTHON_VERSION: '3.8'
6566

6667
#

0 commit comments

Comments
 (0)