We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec88b9 commit fac5039Copy full SHA for fac5039
.github/workflows/anaconda.yml
@@ -42,8 +42,7 @@ jobs:
42
- name: Build and Test
43
run: |
44
source $CONDA/bin/activate env
45
- $CONDA/bin/conda build ci/conda
46
- python ci/copy-conda-package.py
+ $CONDA/bin/conda build --output-folder dist ci/conda
47
48
- name: Upload Package
49
uses: actions/upload-artifact@v4
@@ -87,8 +86,7 @@ jobs:
87
86
88
89
90
- C:\Miniconda\envs\env\Scripts\conda-build.exe ci/conda
91
- C:\Miniconda\envs\env\python.exe ci/copy-conda-package.py
+ C:\Miniconda\envs\env\Scripts\conda-build.exe --output-folder dist ci/conda
92
93
94
ci/copy-conda-package.py
0 commit comments