Update build.yml
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -15,7 +15,7 @@ jobs:
 | 
				
			|||||||
        python-version: 3.7
 | 
					        python-version: 3.7
 | 
				
			||||||
    - name: Update Version
 | 
					    - name: Update Version
 | 
				
			||||||
      id: semver
 | 
					      id: semver
 | 
				
			||||||
      uses: RightBrain-Networks/semver-action@1.0.0
 | 
					      uses: RightBrain-Networks/semver-action@master
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        mode: get
 | 
					        mode: get
 | 
				
			||||||
    - name: Install dependencies
 | 
					    - name: Install dependencies
 | 
				
			||||||
@ -29,4 +29,4 @@ jobs:
 | 
				
			|||||||
      uses: pypa/gh-action-pypi-publish@v1.0.0a0
 | 
					      uses: pypa/gh-action-pypi-publish@v1.0.0a0
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        user: __token__
 | 
					        user: __token__
 | 
				
			||||||
        password: ${{ secrets.PYPI_TOKEN }}
 | 
					        password: ${{ secrets.PYPI_TOKEN }}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user