Skip to content

Version 4.1 (#563)

Version 4.1 (#563) #7

Workflow file for this run

name: publish_conda
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- '*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: publish-to-conda
uses: sepandhaghighi/[email protected]
with:
subDir: 'Otherfiles'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}