Skip to content

Commit d54bbb4

Browse files
committed
No longer upload conda package during CI.
1 parent ac04995 commit d54bbb4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,3 @@ jobs:
7575
#
7676
- name: Build Conda package using mamba build
7777
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

Comments
 (0)