We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8a4e0 commit 11a87a0Copy full SHA for 11a87a0
publish-to-pypi.yml
@@ -39,6 +39,7 @@
39
# a different pattern. Default behavior assumes that
40
# the version information in your file looks something like this:
41
# __version__ = "1.2.3"
42
+# - PYTHON_VERSION: Python version which is used for building the package
43
44
name: Upload Python Package
45
@@ -60,7 +61,7 @@ env:
60
61
# (usually, this does not need to be changed)
62
REGEX_PATTERN: __version__\s*=\s*"(.*)"
63
- # Python version for building the package
64
+ # Python version used for building the package
65
PYTHON_VERSION: '3.8'
66
67
#
0 commit comments