Skip to content

Commit f7dc054

Browse files
committed
Pin build-rattler to <0.48 until prefix-dev/rattler-build#1928 resolved
Updated rapidjson submodule Bump version in recipe files
1 parent da4b933 commit f7dc054

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/conda_recipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
conda info
5454
conda list
55-
conda install rattler-build -y
55+
conda install "rattler-build<0.48" -y
5656
- name: Check conda installation
5757
run: |
5858
conda info

conda.recipe/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
context:
22
name: "yggdrasil-python-rapidjson"
3-
version: "1.21.0.0"
3+
version: "1.21.0.1"
44

55
package:
66
name: ${{ name|lower }}

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "yggdrasil-python-rapidjson" %}
2-
{% set version = "1.21.0.0" %}
2+
{% set version = "1.21.0.1" %}
33
# {% set version = os.getenv("VERSION_OVERRIDE") or GIT_DESCRIBE_TAG %}
44
{% set PY_VER_MAJOR = PY_VER.split('.')[0] %}
55
{% set PY_VER_MINOR = PY_VER.split('.')[1] %}

0 commit comments

Comments
 (0)