Skip to content

Publish DataSAIL

Publish DataSAIL #1

Workflow file for this run

name: Publish DataSAIL
on:
release:
types: [published]
workflow_dispatch:
jobs:
publish:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: Publish DataSAIL to Conda
uses: Old-Shatterhand/[email protected]
with:
AnacondaToken: ${{ secrets.DATASAIL_ANACONDA_TOKEN }}
Versions: "3.8,3.9,3.10,3.11,3.12"
Folder: "recipe"
Platforms: "osx-64"