Skip to content

Commit 28afbf0

Browse files
authored
Update cd.yml
Updated conda upload action to latest version.
1 parent b52d5ea commit 28afbf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
auto-activate-base: false
2020
show-channel-urls: true
2121
- name: Build and upload the conda packages
22-
uses: uibcdf/action-build-and-upload-conda-packages@v1.2.0
22+
uses: uibcdf/action-build-and-upload-conda-packages@v1.4.0
2323
with:
2424
python-version: '3.9'
2525
meta_yaml_dir: .conda
2626
user: ${{ secrets.ANACONDA_USER }}
2727
label: main
28-
token: ${{ secrets.ANACONDA_TOKEN }}
28+
token: ${{ secrets.ANACONDA_TOKEN }}

0 commit comments

Comments
 (0)