mirror of
				https://github.com/b4tman/sync_ics2gcal
				synced 2025-11-04 04:38:26 +00:00 
			
		
		
		
	use POETRY_PYPI_TOKEN_PYPI to publish
https://python-poetry.org/docs/repositories/
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/pythonpublish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/pythonpublish.yml
									
									
									
									
										vendored
									
									
								
							@@ -28,7 +28,6 @@ jobs:
 | 
			
		||||
      run: poetry build
 | 
			
		||||
    - name: Publish
 | 
			
		||||
      env:
 | 
			
		||||
        REPO_USERNAME: __token__
 | 
			
		||||
        REPO_PASSWORD: ${{ secrets.pypi_token }}
 | 
			
		||||
        POETRY_PYPI_TOKEN_PYPI: ${{ secrets.pypi_token }}
 | 
			
		||||
      run: |
 | 
			
		||||
        poetry publish -n -u $REPO_USERNAME -p $REPO_PASSWORD
 | 
			
		||||
        poetry publish -n
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user