Use specific version of pypi publish image
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -25,7 +25,7 @@ jobs: | |||||||
|         run: pipenv run python setup.py sdist |         run: pipenv run python setup.py sdist | ||||||
|       - name: Publish package |       - name: Publish package | ||||||
|         if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') |         if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') | ||||||
|         uses: pypa/gh-action-pypi-publish@master |         uses: pypa/gh-action-pypi-publish@v1.0.0a0 | ||||||
|         with: |         with: | ||||||
|           user: __token__ |           user: __token__ | ||||||
|           password: ${{ secrets.pypi }} |           password: ${{ secrets.pypi }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user