mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-10-31 04:37:25 +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."
|
- echo "Compile complete."
|
||||||
- twine upload dist/*
|
- twine upload dist/*
|
||||||
- echo "Upload complete."
|
- 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',
|
setup(name='Marl-Factory-Grid',
|
||||||
version='0.0.5',
|
version='0.0.6',
|
||||||
description='A framework to research MARL agents in various setings.',
|
description='A framework to research MARL agents in various setings.',
|
||||||
author='Steffen Illium',
|
author='Steffen Illium',
|
||||||
author_email='steffen.illium@ifi.lmu.de',
|
author_email='steffen.illium@ifi.lmu.de',
|
||||||
@@ -18,8 +18,7 @@ setup(name='Marl-Factory-Grid',
|
|||||||
'simulation',
|
'simulation',
|
||||||
'emergence',
|
'emergence',
|
||||||
'gymnasium',
|
'gymnasium',
|
||||||
'environment',
|
'environment'
|
||||||
|
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
|||||||
Reference in New Issue
Block a user