mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-04 07:46:06 +00:00 
			
		
		
		
	Misc meta fixups
Fix dumping pypi API key to stdout when using "make publish" target Fix outdated version in example output of docs
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -33,4 +33,4 @@ 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)
 | 
					publish: wheel source ## Build and upload to pypi (requires $PYPI_API_KEY be set)
 | 
				
			||||||
	poetry publish --username __token__ --password $(PYPI_API_KEY)
 | 
						@poetry publish --username __token__ --password $(PYPI_API_KEY)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -49,7 +49,7 @@ Confirm that the plugin is installed, and Tox recognizes it, by checking the Tox
 | 
				
			|||||||
~ $: poetry run tox --version
 | 
					~ $: poetry run tox --version
 | 
				
			||||||
3.20.0 imported from .venv/lib64/python3.8/site-packages/tox/__init__.py
 | 
					3.20.0 imported from .venv/lib64/python3.8/site-packages/tox/__init__.py
 | 
				
			||||||
registered plugins:
 | 
					registered plugins:
 | 
				
			||||||
    tox-poetry-installer-0.2.2 at .venv/lib64/python3.8/site-packages/tox_poetry_installer.py
 | 
					    tox-poetry-installer-0.5.0 at .venv/lib64/python3.8/site-packages/tox_poetry_installer.py
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If using Pip, ensure that the plugin is installed to the same environment as Tox:
 | 
					If using Pip, ensure that the plugin is installed to the same environment as Tox:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user