diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4693a71..2d1dfd6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }} diff --git a/pyproject.toml b/pyproject.toml index f08fe1c..6f1762a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 -%}