Skip to content

Commit f250fad

Browse files
committed
fix: Get latest from setup-uv
1 parent 6601302 commit f250fad

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
hub.getdbt.com:443
6363
github.com:80
6464
github.com:443
65+
release-assets.githubusercontent.com:443
6566
gitlab.com:22
6667
gitlab.com:80
6768
gitlab.com:443
@@ -91,7 +92,6 @@ jobs:
9192
- name: Install uv and set the python version
9293
uses: astral-sh/setup-uv@v7
9394
with:
94-
version: 0.9.18
9595
python-version: ${{ matrix.python-version }}
9696

9797
- name: Install Airflow & dbt
@@ -144,6 +144,7 @@ jobs:
144144
allowed-endpoints: >
145145
files.pythonhosted.org:443
146146
github.com:443
147+
release-assets.githubusercontent.com:443
147148
api.github.com:443
148149
pypi.org:443
149150
@@ -155,7 +156,6 @@ jobs:
155156
- name: Install uv and set the python version
156157
uses: astral-sh/setup-uv@v7
157158
with:
158-
version: 0.9.18
159159
python-version: ${{ matrix.python-version }}
160160

161161
- name: Install airflow-dbt-python with uv
@@ -199,10 +199,10 @@ jobs:
199199
maxColorRange: 90
200200
valColorRange: ${{ env.total }}
201201

202-
deploy:
202+
release:
203203
runs-on: ubuntu-latest
204204
needs: test
205-
if: startsWith(github.ref, 'refs/tags/v')
205+
if: github.ref_type == 'tag'
206206
steps:
207207
- uses: actions/checkout@v6
208208
- uses: actions/setup-python@v6
@@ -212,7 +212,6 @@ jobs:
212212
- name: Install uv and set the python version
213213
uses: astral-sh/setup-uv@v7
214214
with:
215-
version: 0.9.18
216215
python-version: 3.13
217216

218217
- name: Install airflow-dbt-python with uv

.github/workflows/docs_pages.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Install uv and set the python version
2222
uses: astral-sh/setup-uv@v7
2323
with:
24-
version: 0.9.18
2524
python-version: ${{ matrix.python-version }}
2625

2726
- name: Install airflow-dbt-python with uv

.github/workflows/pypi_deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- name: Install uv and set the python version
1616
uses: astral-sh/setup-uv@v7
1717
with:
18-
version: 0.9.18
1918
python-version: 3.13
2019

2120
- name: Install airflow-dbt-python with uv

0 commit comments

Comments
 (0)