Skip to content

Commit f0a421f

Browse files
committed
GOATS-745: Update workflow.
1 parent a2420f9 commit f0a421f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build_release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
required: false
1717
default: false
1818

19+
env:
20+
UV_SYSTEM_PYTHON: 1
21+
1922
jobs:
2023
release:
2124
runs-on: ubuntu-latest
@@ -37,8 +40,7 @@ jobs:
3740
python-version: ${{ matrix.python-version }}
3841

3942
- name: Install dependencies
40-
run: |
41-
uv pip install towncrier
43+
run: uv pip install towncrier
4244

4345
- name: Generate draft release notes with Towncrier
4446
run: |

0 commit comments

Comments
 (0)