Skip to content

Commit 12b5a31

Browse files
committed
match __version__ not only at the begnning of the file content
1 parent 6ef789b commit 12b5a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% set pyproject = load_file_data('pyproject.toml') %}
22
{% set version_match = load_file_regex(
33
load_file="bioimageio/spec/__init__.py",
4-
regex_pattern='^__version__ = "(.+)"') %}
4+
regex_pattern='__version__ = "(.+)"') %}
55
{% set version = version_match[1] %}
66

77
package:

0 commit comments

Comments
 (0)