Skip to content

Merge branch 'main' of https://github.com/opendilab/DI-engine into po… #183

Merge branch 'main' of https://github.com/opendilab/DI-engine into po…

Merge branch 'main' of https://github.com/opendilab/DI-engine into po… #183

Workflow file for this run

name: package_release_conda
on: [push]
jobs:
release:
runs-on: ubuntu-latest
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || contains(github.event.head_commit.message, 'conda'))
steps:
- uses: actions/checkout@v2
- name: publish-to-conda
uses: fcakyon/conda-publish-action@v1.3
with:
subdir: 'conda'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'win osx linux'