We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac04995 commit d54bbb4Copy full SHA for d54bbb4
.github/workflows/main.yaml
@@ -75,11 +75,3 @@ jobs:
75
#
76
- name: Build Conda package using mamba build
77
run: conda mambabuild -c conda-forge -c openbiosim/label/dev ${{ github.workspace }}/biosimspace/recipes/biosimspace
78
-#
79
- - name: Upload Conda package
80
- run: python ${{ github.workspace }}/biosimspace/actions/upload_package.py
81
- env:
82
- SRC_DIR: ${{ github.workspace }}/biosimspace
83
- BUILD_DIR: ${{ github.workspace }}/build
84
- ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
85
- if: github.event_name != 'pull_request'
0 commit comments