mirror of
				https://github.com/illiumst/marl-factory-grid.git
				synced 2025-10-30 20:27:27 +01:00 
			
		
		
		
	CI/CD integration and auto-build for pypi
This commit is contained in:
		| @@ -16,6 +16,3 @@ build-job:       # This job runs in the build stage, which runs first. | ||||
|     - echo "Compile complete." | ||||
|     - twine upload dist/* | ||||
|     - echo "Upload complete." | ||||
|   # cache: {} | ||||
|   # only: | ||||
|   #       - tags | ||||
							
								
								
									
										5
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								setup.py
									
									
									
									
									
								
							| @@ -5,7 +5,7 @@ long_description = (this_directory / "README.md").read_text() | ||||
|  | ||||
|  | ||||
| setup(name='Marl-Factory-Grid', | ||||
|       version='0.0.5', | ||||
|       version='0.0.6', | ||||
|       description='A framework to research MARL agents in various setings.', | ||||
|       author='Steffen Illium', | ||||
|       author_email='steffen.illium@ifi.lmu.de', | ||||
| @@ -18,8 +18,7 @@ setup(name='Marl-Factory-Grid', | ||||
|             'simulation', | ||||
|             'emergence', | ||||
|             'gymnasium', | ||||
|             'environment', | ||||
|  | ||||
|             'environment' | ||||
|       ], | ||||
|       classifiers=[ | ||||
|             'Development Status :: 4 - Beta', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Steffen Illium
					Steffen Illium