8000 Update README.md · ffe4/setup-python@4af3334 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4af3334

Browse files
authored
Update README.md
1 parent 7e4719d commit 4af3334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
- uses: actions/setup-python@v1
2121
with:
2222
python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.
23-
architecture: 'x64' # (x64 or x86)
23+
architecture: 'x64' # (x64 or x86), optional. Defaults to x64
2424
- run: python my_script.py
2525
```
2626

0 commit comments

Comments
 (0)
0