Skip to content

Commit

Permalink
Conda upload enabled (CD)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgr71ii committed Mar 1, 2021
1 parent 9c3263a commit ff08390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/condaBuildTestUpload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
exit 1
fi
- name: Upload to Anaconda Cloud
if: ${{ steps.tests.outcome == 'success' && false }}
if: ${{ steps.tests.outcome == 'success' }}
env:
ANACONDA_CLOUD_PASSWORD: ${{ secrets.ANACONDA_CLOUD_PASSWORD }}
run: |
Expand Down

0 comments on commit ff08390

Please sign in to comment.