Update publish_to_pypi.yml
This commit is contained in:
		
							parent
							
								
									349d5fc305
								
							
						
					
					
						commit
						14bcace970
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		
							
								
								
									
										7
									
								
								.github/workflows/publish_to_pypi.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/publish_to_pypi.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -7,14 +7,17 @@ on: | |||
| jobs: | ||||
|   deploy: | ||||
|     runs-on: ubuntu-latest | ||||
|     strategy: | ||||
|       matrix: | ||||
|         python-version: ['^3.10`] | ||||
| 
 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
| 
 | ||||
|     - name: Set up Python | ||||
|     - name: Set up Python ${{ matrix.python-version }} | ||||
|       uses: actions/setup-python@v2 | ||||
|       with: | ||||
|         python-version: '^3.10' | ||||
|         python-version: ${{ matrix.python-version }} | ||||
| 
 | ||||
|     - name: Install dependencies | ||||
|       run: | | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue