update github action poetry
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/pypi.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/pypi.yml
									
									
									
									
										vendored
									
									
								
							| @@ -11,7 +11,10 @@ jobs: | ||||
|       - uses: actions/setup-python@v2 | ||||
|         with: | ||||
|           python-version: '3.x' | ||||
|       - uses: abatilo/actions-poetry@v2.0.0 | ||||
|       - name: Install and configure Poetry | ||||
|         uses: snok/install-poetry@v1.1.1 | ||||
|         with: | ||||
|           virtualenvs-create: false | ||||
|       - name: Build dists | ||||
|         run: make build | ||||
|       - name: Pypi Publish | ||||
|   | ||||
							
								
								
									
										7
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,5 +1,5 @@ | ||||
| name: test | ||||
| on: [push, pull_request] | ||||
| on: [ push, pull_request ] | ||||
| jobs: | ||||
|   testall: | ||||
|     runs-on: ubuntu-latest | ||||
| @@ -19,7 +19,10 @@ jobs: | ||||
|       - uses: actions/setup-python@v2 | ||||
|         with: | ||||
|           python-version: '3.x' | ||||
|       - uses: abatilo/actions-poetry@v2.0.0 | ||||
|       - name: Install and configure Poetry | ||||
|         uses: snok/install-poetry@v1.1.1 | ||||
|         with: | ||||
|           virtualenvs-create: false | ||||
|       - name: CI | ||||
|         env: | ||||
|           MYSQL_PASS: root | ||||
|   | ||||
		Reference in New Issue
	
	Block a user