Skip to content

Commit c33de34

Browse files
committed
clarify build steps in .github/workflows/conda-build.yml
1 parent b9aa810 commit c33de34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/conda-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
./.scripts/run_osx_build.sh
133133
134134
- name: Build on windows
135+
if: matrix.os == 'windows'
135136
shell: cmd
136137
run: |
137138
set "flow_run_id=github_%GITHUB_RUN_ID%"
@@ -147,8 +148,9 @@ jobs:
147148
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
148149
FEEDSTOCK_TOKEN: ${{ secrets.FEEDSTOCK_TOKEN }}
149150
STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}
150-
if: matrix.os == 'windows'
151+
151152
- name: Prepare conda build artifacts
153+
continue-on-error: true
152154
id: prepare-artifacts
153155
shell: bash
154156
if: ${{ always() }}
@@ -181,7 +183,6 @@ jobs:
181183
export BLD_ARTIFACT_PREFIX="conda_pkgs"
182184
fi
183185
./.scripts/create_conda_build_artifacts.sh
184-
continue-on-error: true
185186
186187
- name: Store conda build artifacts
187188
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)