Skip to content

Commit

Permalink
update code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Darcy220606 committed Nov 19, 2024
1 parent e52acc4 commit c481bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/ampcombi/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package:
version: "{{ version }}"

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/ampcombi-{{ version }}.tar.gz
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 4bef05aa8433d991b76b81cb2338396c064f2ace5c73642411b2a2467524a0eb

build:
Expand All @@ -16,7 +16,7 @@ build:
- ampcombi = ampcombi:main
script: "{{ PYTHON }} -m pip install . -vv"
run_exports:
- {{ pin_subpackage("ampcombi", max_pin="x.x") }}
- {{ pin_subpackage("ampcombi", max_pin="x") }}

requirements:
host:
Expand Down

0 comments on commit c481bf8

Please sign in to comment.