mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-22 14:56:43 +02:00
CI/CD integration and auto-build for pypi
This commit is contained in:
parent
2c0351135d
commit
1332cee7e1
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user