mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-04 07:46:06 +00:00 
			
		
		
		
	Add publish make target to automate upload
This commit is contained in:
		
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							@@ -31,3 +31,6 @@ source: ## Build Python source distribution package
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
test: ## Run the project testsuite(s)
 | 
					test: ## Run the project testsuite(s)
 | 
				
			||||||
	poetry run tox --recreate
 | 
						poetry run tox --recreate
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					publish: wheel source ## Build and upload to pypi (requires $PYPI_API_KEY be set)
 | 
				
			||||||
 | 
						poetry publish --username __token__ --password $(PYPI_API_KEY)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user