Skip to content

Commit 7692546

Browse files
committed
broader python version range
1 parent 06276e3 commit 7692546

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/conda_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
use-only-tar-bz2: true
3939
auto-update-conda: true
4040
auto-activate-base: true
41+
python-version: 3.13
4142

4243
# 2) Install conda-build and anaconda-client
4344
- name: create environment with conda

conda-recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{% set REPO_NAME = environ.get('REPO_NAME', 'cpp-python-tool-template') %}
2-
{% set VERSION = environ.get('VERSION', '0.0.1') %}
3-
{% set TAR_URL = environ.get('TAR_URL', '') %}
4-
{% set SHA256 = environ.get('SHA256', '') %}
5-
{% set REPO_HOME = environ.get('REPO_HOME', '') %}
2+
{% set VERSION = environ.get('VERSION', '0.2.37') %}
3+
{% set TAR_URL = environ.get('TAR_URL', 'https://github.com/vr1087/cpp-python-tool-template/archive/refs/tags/v0.2.37.tar.gz') %}
4+
{% set SHA256 = environ.get('SHA256', 'c8bffc3e02bc465d0852fd124c354147a449b09e9847ff0ecaa747d083626f2a') %}
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)