Skip to content

feature(wrh): add taxi env latest version and dqn config (#807) #1008

feature(wrh): add taxi env latest version and dqn config (#807)

feature(wrh): add taxi env latest version and dqn config (#807) #1008

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@v4
- name: publish-to-conda
uses: fcakyon/conda-publish-action@v1.3
with:
subdir: 'conda'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'win osx linux'