Skip to content

Commit

Permalink
add run_exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 28, 2024
1 parent 7fc1a65 commit 477fcf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/altamisa/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ source:
sha256: '{{sha256}}'

build:
script: python -m pip install --no-deps --ignore-installed .
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv
noarch: python
number: 0
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}

- {{ pin_subpackage('altamisa', max_pin="x.x") }}

requirements:
host:
- python >=3
- pip
- setuptools
run:
- python >=3
- attrs
Expand Down

0 comments on commit 477fcf8

Please sign in to comment.