Skip to content

Commit

Permalink
Remove scipp channel from conda release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunyoung Yoo committed Jul 20, 2023
1 parent 9d79a3d commit 03c9243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
- run: conda install --yes conda-build
- run: conda build --channel conda-forge --channel scipp --python=3.10 --no-anaconda-upload --override-channels --output-folder conda/package conda
- run: conda build --channel conda-forge --python=3.10 --no-anaconda-upload --override-channels --output-folder conda/package conda

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 03c9243

Please sign in to comment.