Skip to content

Commit e73ddb0

Browse files
authored
Update release.yml
1 parent 3746239 commit e73ddb0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636
with:
3737
ref: main
38-
39-
- name: Set version in conda recipe
40-
run: |
41-
sed -i "s/^{% set version = \".*\" %}$/{% set version = \"${{ github.event.inputs.version }}\" %}/" conda-recipe/meta.yaml
42-
grep '{% set version' conda-recipe/meta.yaml
43-
38+
4439
- name: Setup Conda (conda-forge only)
4540
uses: conda-incubator/setup-miniconda@v3
4641
with:

0 commit comments

Comments
 (0)