Skip to content

Commit e852224

Browse files
committed
ci: adding run son
1 parent 1d9bca6 commit e852224

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,14 @@ jobs:
138138
path: dist/
139139

140140
upload_to_conda:
141+
runs-on: ubuntu-latest
141142
needs: ["release-please", "conda-deploy"]
142-
strategy:
143-
fail-fast: false
144-
matrix:
145-
os: ["ubuntu-latest"]
143+
146144
if: ${{ needs.release-please.outputs.release_created }}
147145
steps:
148146
- uses: actions/download-artifact@v4
149147
with:
150-
name: conda-${{ matrix.os }}-${{ matrix.python-version }}
148+
name: conda-buiild
151149
path: conda
152150
- uses: conda-incubator/setup-miniconda@v3
153151
- name: upload all files to conda-forge

0 commit comments

Comments
 (0)