Skip to content

Commit 8d5d629

Browse files
authored
Update release_conda.yml
1 parent b3ebcd6 commit 8d5d629

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/release_conda.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,8 @@ jobs:
2424
actions: write
2525
checks: read
2626
steps:
27-
- name: Checkout repository
28-
uses: actions/checkout@v4
29-
with:
30-
fetch-depth: 0
31-
32-
- name: Setup Miniconda and mamba
33-
uses: conda-incubator/setup-miniconda@v3
34-
with:
35-
python-version: ${{ matrix.pyv }}
36-
auto-update-conda: true
37-
activate-environment: base
38-
use-mamba: true
39-
40-
- name: Install build tools
41-
run: |
42-
mamba install -y -c conda-forge anaconda-client conda-build conda-verify
43-
44-
- name: Add conda to system PATH
45-
run: echo $CONDA/bin >> $GITHUB_PATH
4627

28+
4729
- name: Publish to Conda
4830
uses: fcakyon/conda-publish-action@v1.3
4931
with:

0 commit comments

Comments
 (0)