Skip to content

Commit

Permalink
Merge pull request #49 from AnacondaRecipes/release-24.11.0
Browse files Browse the repository at this point in the history
Bump conda-build to version 24.11.0
  • Loading branch information
cbouss authored Nov 21, 2024
2 parents c51b69d + 2b7e739 commit 0343c48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "conda-build" %}
{% set version = "24.9.0" %}
{% set version = "24.11.0" %}
{% set build_number = "0" %}
{% set sha256 = "bc5d358f422fadeac7ec8d8fed499be0ee2cd3815ba1ab9c89db2081eebe6deb" %}
{% set sha256 = "13cd2f453b53236cce90476b9743e128e955ac9dcffa095d7f578eed80635450" %}


package:
Expand All @@ -13,7 +13,7 @@ source:
sha256: {{ sha256 }}

build:
skip: True # [py<38]
skip: True # [py<39]
number: {{ build_number }}
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv
entry_points:
Expand Down

0 comments on commit 0343c48

Please sign in to comment.