Skip to content

Commit

Permalink
New publishing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Apr 4, 2024
1 parent 34dded8 commit 8242481
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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/publish-conda-multichannel-action@v0.0.11
with:
AnacondaToken: ${{ secrets.DATASAIL_ANACONDA_TOKEN }}
Versions: "3.8,3.9,3.10,3.11,3.12"
Folder: "recipe"
Platforms: "osx-64"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish_conda
name: Publish DataSAIL-lite

on:
release:
Expand All @@ -10,15 +10,8 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: publish-full-to-conda
uses: Old-Shatterhand/publish-conda-multichannel-action@v0.0.10
with:
AnacondaToken: ${{ secrets.DATASAIL_ANACONDA_TOKEN }}
Versions: "3.8,3.9,3.10,3.11,3.12"
Folder: "recipe"
Platforms: "osx-64"
- name: publish-lite-to-conda
uses: Old-Shatterhand/publish-conda-multichannel-action@v0.0.10
- name: Publish DataSAIL-lite to Conda
uses: Old-Shatterhand/publish-conda-multichannel-action@v0.0.11
with:
AnacondaToken: ${{ secrets.DATASAIL_ANACONDA_TOKEN }}
Versions: "3.8,3.9,3.10,3.11,3.12"
Expand Down

0 comments on commit 8242481

Please sign in to comment.