mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-10-31 13:41:06 +08:00 
			
		
		
		
	v1 (#9)
This commit is contained in:
		
							parent
							
								
									7dc6a07f36
								
							
						
					
					
						commit
						5dc682444b
					
				| @ -13,7 +13,7 @@ Basic: | |||||||
| ```yaml | ```yaml | ||||||
| steps: | steps: | ||||||
| - uses: actions/checkout@master | - uses: actions/checkout@master | ||||||
| - uses: actions/setup-python@master | - uses: actions/setup-python@v1 | ||||||
|   with: |   with: | ||||||
|     version: 3.x // Version range or exact version of a Python version to use, using semvers version range syntax. |     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) | ||||||
| @ -31,7 +31,7 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@master |       - uses: actions/checkout@master | ||||||
|       - name: Setup python |       - name: Setup python | ||||||
|         uses: actions/setup-python@master |         uses: actions/setup-python@v1 | ||||||
|         with: |         with: | ||||||
|           version: ${{ matrix.python }} |           version: ${{ matrix.python }} | ||||||
|           architecture: x64 |           architecture: x64 | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "setup-python", |   "name": "setup-python", | ||||||
|   "version": "0.0.0", |   "version": "1.0.0", | ||||||
|   "lockfileVersion": 1, |   "lockfileVersion": 1, | ||||||
|   "requires": true, |   "requires": true, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "setup-python", |   "name": "setup-python", | ||||||
|   "version": "0.0.0", |   "version": "1.0.0", | ||||||
|   "private": true, |   "private": true, | ||||||
|   "description": "Setup python action", |   "description": "Setup python action", | ||||||
|   "main": "lib/setup-python.js", |   "main": "lib/setup-python.js", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Danny McCormick
						Danny McCormick