Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-gauthier-geosiris committed Apr 4, 2024
1 parent bc27a27 commit fefb3c6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions energyml-utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,13 @@ format-jinja = """
{%- if distance == 0 -%}
{{ serialize_pep440(base, stage, revision) }}
{%- elif revision is not none -%}
{{ serialize_pep440(base, stage, revision + 1, dev=distance, metadata=[commit]) }}
{{ serialize_pep440(base, stage, revision + 1, dev=distance,
# metadata=[commit]
) }}
{%- else -%}
{{ serialize_pep440(bump_version(base), stage, revision, dev=distance, metadata=[commit]) }}
{{ serialize_pep440(bump_version(base), stage, revision, dev=distance,
# metadata=[commit]
) }}
{%- endif -%}
"""

Expand Down

0 comments on commit fefb3c6

Please sign in to comment.