8000
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 4a251cd commit d8bca2dCopy full SHA for d8bca2d
README.md
@@ -19,7 +19,7 @@ steps:
19
- uses: actions/checkout@v1
20
- uses: actions/setup-python@v1
21
with:
22
- python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.
+ python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
23
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
24
- run: python my_script.py
25
```
0 commit comments