Skip to content

Commit 99a93c9

Browse files
committed
fixed workflows
1 parent f118713 commit 99a93c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conda-recipe/meta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{% set REPO_NAME = environ.get('REPO_NAME', '') %}
2-
{% set VERSION = environ.get('VERSION', '') %}
3-
{% set TAR_URL = environ.get('TAR_URL', '') %}
4-
{% set SHA256 = environ.get('SHA256', '') %}
5-
{% set REPO_HOME = environ.get('REPO_HOME', '') %}
1+
{% set REPO_NAME = environ.get('REPO_NAME', 'cpp-python-tool-template') %}
2+
{% set VERSION = environ.get('VERSION', '0.2.78') %}
3+
{% set TAR_URL = environ.get('TAR_URL', 'https://github.com/vr1087/cpp-python-tool-template/archive/refs/tags/v0.2.78.tar.gz') %}
4+
{% set SHA256 = environ.get('SHA256', 'c6d93172e84da45fc1b0f172d56b318f17b682d80edb03d6c0d9900938dee97a') %}
5+
{% set REPO_HOME = environ.get('REPO_HOME', 'https://github.com/vr1087/cpp-python-tool-template') %}
66

77
package:
88
name: {{ REPO_NAME }}

0 commit comments

Comments
 (0)