Skip to content

Commit af4b910

Browse files
committed
ci: trigger release workflow
1 parent 87821d2 commit af4b910

File tree

3 files changed

+12
-193
lines changed

3 files changed

+12
-193
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- { python: "3.12", os: "ubuntu-latest", dbt: "1.8" }
1616
- { python: "3.11", os: "ubuntu-latest", dbt: "1.8" }
1717
- { python: "3.10", os: "ubuntu-latest", dbt: "1.8" }
18-
- { python: "3.9", os: "ubuntu-latest", dbt: "1.8" }
1918

2019
env:
2120
FORCE_COLOR: "1"
@@ -31,11 +30,6 @@ jobs:
3130
version: "0.7.17"
3231
python-version: ${{ matrix.python }}
3332

34-
- name: Set up Python
35-
uses: actions/setup-python@v5
36-
with:
37-
python-version-file: ".python-version"
38-
3933
- name: Install the project
4034
run: uv sync --locked --all-extras --dev
4135

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dbt-core-interface"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
dynamic = []
55
description = "Dbt Core Interface"
66
authors = [

0 commit comments

Comments
 (0)