From 864861b9e08c9b87744d92d4a5f99bfe4da8f77f Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:00:45 -0500 Subject: [PATCH] Pin `github-release` workflow (#186) --- .changes/1.9.0.md | 1 - .github/workflows/release.yml | 2 +- pyproject.toml | 1 + tests/__init__.py | 0 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 tests/__init__.py diff --git a/.changes/1.9.0.md b/.changes/1.9.0.md index ef336477..62c16b1f 100644 --- a/.changes/1.9.0.md +++ b/.changes/1.9.0.md @@ -33,4 +33,3 @@ - [@morsapaes](https://github.com/morsapaes) ([#120](https://github.com/dbt-labs/dbt-postgres/issues/120)) - [@peterallenwebb](https://github.com/peterallenwebb) ([#123](https://github.com/dbt-labs/dbt-postgres/issues/123)) - [@versusfacit](https://github.com/versusfacit) ([#85](https://github.com/dbt-labs/dbt-postgres/issues/85)) - diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbf36399..e3a43e0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: needs: - build-release - release-prep - uses: dbt-labs/dbt-adapters/.github/workflows/github-release.yml@main + uses: dbt-labs/dbt-adapters/.github/workflows/github-release.yml@v1.10.3 with: sha: ${{ needs.release-prep.outputs.release-sha }} version_number: ${{ inputs.version }} diff --git a/pyproject.toml b/pyproject.toml index f3aa52c1..30dcb505 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ packages = ["dbt"] path = "dbt/adapters/postgres/__version__.py" [tool.hatch.envs.default] +python = "3.9" dependencies = [ "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b