You've already forked setup-python
							
							
				mirror of
				https://github.com/actions/setup-python.git
				synced 2025-10-31 07:06:25 +07:00 
			
		
		
		
	Update README.md
This commit is contained in:
		| @ -20,7 +20,7 @@ steps: | |||||||
| - uses: actions/setup-python@v1 | - uses: actions/setup-python@v1 | ||||||
|   with: |   with: | ||||||
|     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 semvers version range syntax. | ||||||
|     architecture: 'x64' # (x64 or x86) |     architecture: 'x64' # (x64 or x86), optional. Defaults to x64 | ||||||
| - run: python my_script.py | - run: python my_script.py | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Konrad Pabjan
					Konrad Pabjan