mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-31 11:48:56 +08:00 
			
		
		
		
	v1 (#9)
This commit is contained in:
		| @@ -13,7 +13,7 @@ Basic: | ||||
| ```yaml | ||||
| steps: | ||||
| - uses: actions/checkout@master | ||||
| - uses: actions/setup-python@master | ||||
| - uses: actions/setup-python@v1 | ||||
|   with: | ||||
|     version: 3.x // Version range or exact version of a Python version to use, using semvers version range syntax. | ||||
|     architecture: x64 // (x64 or x86) | ||||
| @@ -31,7 +31,7 @@ jobs: | ||||
|     steps: | ||||
|       - uses: actions/checkout@master | ||||
|       - name: Setup python | ||||
|         uses: actions/setup-python@master | ||||
|         uses: actions/setup-python@v1 | ||||
|         with: | ||||
|           version: ${{ matrix.python }} | ||||
|           architecture: x64 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Danny McCormick
					Danny McCormick