Skip to content

Commit

Permalink
Update publish_conda.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand authored Feb 5, 2024
1 parent 54f8179 commit f11ddf7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/publish_conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: publish-to-conda
uses: Old-Shatterhand/[email protected].10
uses: Old-Shatterhand/[email protected].11
with:
AnacondaToken: ${{ secrets.DATASAIL_ANACONDA_TOKEN }}
Versions: "3.8,3.9,3.10,3.11,3.12"
Folder: "recipe"
Platforms: "osx-64,osx-arm64,win-64"
Platforms: "osx-64"
UploadOriginal: 1
- name: publish-to-conda-pt2
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-arm64,win-64"
UploadOriginal: 0

0 comments on commit f11ddf7

Please sign in to comment.