mirror of
https://github.com/actions/setup-python.git
synced 2024-11-09 01:03:33 -05:00
Update README.md
This commit is contained in:
parent
4af3334acd
commit
2aaa66fdad
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ steps:
|
|||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.
|
||||
architecture: 'x64' # (x64 or x86), optional. Defaults to x64
|
||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||
- run: python my_script.py
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue