Skip to content

Commit

Permalink
Update versioning template
Browse files Browse the repository at this point in the history
  • Loading branch information
mocsharp authored Jan 10, 2025
1 parent 58836af commit 90b8af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ format-jinja = """
{{ serialize_pep440(base, stage="dev", dev=distance, metadata=[commit]) }}
{%- elif branch and branch.startswith("release/") -%}
{%- if env.ga and env.ga == true -%}
{{ serialize_pep440(base, metadata=[commit]) }}
{{ serialize_pep440(base)}}
{%- else -%}
{{ serialize_pep440(base, stage="rc", metadata=[commit]) }}
{{ serialize_pep440(base, stage="rc", dev=distance) }}
{%- endif -%}
{%- else -%}
{{ serialize_pep440(base, stage="alpha", dev=distance) }}
Expand Down

0 comments on commit 90b8af4

Please sign in to comment.