未验证 提交 bc0102ba 编写于 作者: M Ming Zhang 提交者: GitHub

style(zm): add conda auto release (#148)

上级 147d56f3
name: publish_conda
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: publish-to-conda
uses: fcakyon/conda-publish-action@v1.3
with:
subdir: 'conda'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'linux'
\ No newline at end of file
python:
- 3.6
\ No newline at end of file
{% set data = load_setup_py_data() %}
package:
name: di-engine
version: v0.2.2
source:
path: ..
build:
number: 0
script: python -m pip install . -vv
entry_points:
- ding = ding.entry.cli:cli
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- ding
- dizoo
about:
url: https://github.com/opendilab/DI-engine
license: Apache-2.0
license_file: LICENSE
summary: DI-engine is a generalized Decision Intelligence engine.
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册