Test again when publishing package
This commit is contained in:
		
							parent
							
								
									58f361cf24
								
							
						
					
					
						commit
						63f08c7ec7
					
				
					 2 changed files with 4 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/publish_to_pypi.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/publish_to_pypi.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -25,9 +25,9 @@ jobs: | ||||||
|         python -m pip install pytest |         python -m pip install pytest | ||||||
|         if [ -f requirements.txt ]; then pip install -r requirements.txt; fi |         if [ -f requirements.txt ]; then pip install -r requirements.txt; fi | ||||||
|      |      | ||||||
|     #- name: Test with pyTest |     - name: Test with pyTest | ||||||
|     #  run: | |       run: | | ||||||
|     #    python -m pytest -v |         python -m pytest -v | ||||||
| 
 | 
 | ||||||
|     - name: Build package |     - name: Build package | ||||||
|       run: | |       run: | | ||||||
|  |  | ||||||
							
								
								
									
										1
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.py
									
										
									
									
									
								
							|  | @ -57,5 +57,6 @@ setuptools.setup( | ||||||
|         'Programming Language :: Python :: 3.7', |         'Programming Language :: Python :: 3.7', | ||||||
|         'Programming Language :: Python :: 3.8', |         'Programming Language :: Python :: 3.8', | ||||||
|         'Programming Language :: Python :: 3.9', |         'Programming Language :: Python :: 3.9', | ||||||
|  |         'Programming Language :: Python :: 3.10', | ||||||
|     ], |     ], | ||||||
| ) | ) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue