From fd7fcf80bd2dca16b2220300c660fdcdc261a65f Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Sat, 7 Dec 2024 14:47:16 -0500 Subject: [PATCH] minimize changes in the release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03d6305..dff0659 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,6 +62,8 @@ jobs: - name: "Setup `hatch`" uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main + with: + python-version: ${{ inputs.python_version }} - name: "Set archive name" id: archive