Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Jan 27, 2025
1 parent c58f7fe commit d71a4e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ jobs:
- name: Install Poetry
uses: Gr1N/setup-poetry@v9

- name: Print environment variables
run: env

- name: Build
env:
rc: ${{ github.event.inputs.rc }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ format-jinja = """
{%- if branch == 'main' -%}
{{ serialize_pep440(base, stage, dev=distance) }}
{%- elif branch and branch.startswith("release/") -%}
{# Debug: env["ga"] = {{ env["ga"] }} #}
{%- if env["ga"] == true -%}
{{ serialize_pep440(base)}}
{%- else -%}
Expand Down

0 comments on commit d71a4e6

Please sign in to comment.