Skip to content

Commit

Permalink
Additional installments
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Apr 5, 2024
1 parent f73ceb9 commit 5226347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
ANACONDA_TOKEN: ${{ secrets.DATASAIL_ANACONDA_TOKEN }}
shell: bash -l {0}
run: |
conda install -y anaconda-client conda-build git
conda-build -q --variants "{python: [3.8, 3.9, 3.10, 3.11, 3.12]}" -c conda-forge -c bioconda --output-folder . --no-test recipe
conda convert -p osx-64 linux-64/*.tar.bz2
anaconda -t "$ANACONDA_TOKEN" upload linux-64/*.tar.bz2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
ANACONDA_TOKEN: ${{ secrets.DATASAIL_ANACONDA_TOKEN }}
shell: bash -l {0}
run: |
conda install -y anaconda-client conda-build git
conda-build -q --variants "{python: [3.8, 3.9, 3.10, 3.11, 3.12]}" -c conda-forge -c bioconda --output-folder . --no-test recipe_lite
conda convert -p osx-64 linux-64/*.tar.bz2
conda convert -p osx-arm64 linux-64/*.tar.bz2
Expand Down

0 comments on commit 5226347

Please sign in to comment.