浏览代码
Release tooling (#3856)
Release tooling (#3856)
* write release_tag too * fix leading empty line * update circle jobs and release tag logic * set default to empty string * set release tag, add sanity check/release_1_branch
GitHub
5 年前
当前提交
5f3012a0
共有 8 个文件被更改,包括 117 次插入 和 23 次删除
-
54.circleci/config.yml
-
4gym-unity/gym_unity/__init__.py
-
12gym-unity/setup.py
-
4ml-agents-envs/mlagents_envs/__init__.py
-
12ml-agents-envs/setup.py
-
4ml-agents/mlagents/trainers/__init__.py
-
12ml-agents/setup.py
-
38utils/validate_versions.py
|
|||
# Version of the library that will be used to upload to pypi |
|||
|
|||
# Git tag that will be checked to determine whether to trigger upload to pypi |
|||
__release_tag__ = "release_1" |
|
|||
# Version of the library that will be used to upload to pypi |
|||
|
|||
# Git tag that will be checked to determine whether to trigger upload to pypi |
|||
__release_tag__ = "release_1" |
|
|||
# Version of the library that will be used to upload to pypi |
|||
|
|||
# Git tag that will be checked to determine whether to trigger upload to pypi |
|||
__release_tag__ = "release_1" |
撰写
预览
正在加载...
取消
保存
Reference in new issue