Skip to content

Commit

Permalink
Merge pull request #206 from regro-cf-autotick-bot/3.26.1_h532a86
Browse files Browse the repository at this point in the history
conda-build v3.26.1
  • Loading branch information
beckermr authored Aug 18, 2023
2 parents cecbe09 + d7263eb commit cd37174
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "conda-build" %}
{% set version = "3.26.0" %}
{% set version = "3.26.1" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/conda/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: 1658015711ce4ae5c4a1888ee3f5c20e71f87be646c704927a19b4260c6ecfc8
sha256: 8cc268a45c94347f67e22c13afec9a6cc02bf32dadccd8fa1b578cf5cec22987
patches:
- patches/gh4867.patch

build:
number: 1
number: 0
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv
entry_points:
- conda-build = conda_build.cli.main_build:main
Expand Down Expand Up @@ -80,9 +80,6 @@ test:
- conda debug --help
- conda develop --help
- conda index --help
- conda inspect --help
- conda inspect linkages --help # [unix]
- conda inspect objects --help # [osx]
- conda metapackage --help
- conda render --help
- conda skeleton --help
Expand Down

0 comments on commit cd37174

Please sign in to comment.