Skip to content

Commit ee2b6f0

Browse files
committed
Fix build files
1 parent c63a956 commit ee2b6f0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
- name: Update modeller key
4040
shell: bash -l {0}
4141
run: |
42-
sed -i -e 's/SECRET-MODELLER-LICENSE-KEY/${{ secrets.MODELLER_KEY }}/g' conda-build/meta.yml
42+
sed -i -e 's/SECRET-MODELLER-LICENSE-KEY/${{ secrets.MODELLER_KEY }}/g' prepmd/conda-build/meta.yml
43+
sed -i -e 's/SECRET-MODELLER-LICENSE-KEY/${{ secrets.MODELLER_KEY }}/g' prepmd/conda-build/build.sh
4344
4445
- name: Setup Conda (conda-forge only)
4546
uses: conda-incubator/setup-miniconda@v3

conda-recipe/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export KEY_MODELLER=MODELIRANJE
1+
export KEY_MODELLER=SECRET-MODELLER-LICENSE-KEY
22
python -m pip install . -vv --no-build-isolation

0 commit comments

Comments
 (0)