Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ebi-eva-common-pyutils to 0.6.4 #46645

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/ebi-eva-common-pyutils/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "ebi-eva-common-pyutils" %}
{% set version = "0.6.3" %}
{% set version = "0.6.4" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ebi_eva_common_pyutils-{{ version }}.tar.gz
sha256: 6e5480b12b11fad97412c95a2d6687c0022f4f3f753fd0cb0c6d6c928a064728
sha256: 71dc20212bc7899c65cdabda042cd3aca78b51e7acc0d60b506a478454e9852e

build:
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
Expand Down