Skip to content

Commit cc36372

Browse files
committed
Fix conda build action.
1 parent a7c0411 commit cc36372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ jobs:
135135
136136
- name: Build and deploy 📦
137137
run: |
138-
bash .ci/travis_deploy_conda.sh
138+
bash .ci/actions_deploy_conda.sh
139139
env:
140140
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}

0 commit comments

Comments
 (0)