Skip to content

Commit fac5039

Browse files
committed
use conda-build --output-folder to replace copy-conda-package.py
1 parent bec88b9 commit fac5039

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

.github/workflows/anaconda.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
- name: Build and Test
4343
run: |
4444
source $CONDA/bin/activate env
45-
$CONDA/bin/conda build ci/conda
46-
python ci/copy-conda-package.py
45+
$CONDA/bin/conda build --output-folder dist ci/conda
4746
4847
- name: Upload Package
4948
uses: actions/upload-artifact@v4
@@ -87,8 +86,7 @@ jobs:
8786
8887
- name: Build and Test
8988
run: |
90-
C:\Miniconda\envs\env\Scripts\conda-build.exe ci/conda
91-
C:\Miniconda\envs\env\python.exe ci/copy-conda-package.py
89+
C:\Miniconda\envs\env\Scripts\conda-build.exe --output-folder dist ci/conda
9290
9391
- name: Upload Package
9492
uses: actions/upload-artifact@v4

ci/copy-conda-package.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)