We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2420f9 commit f0a421fCopy full SHA for f0a421f
1 file changed
.github/workflows/build_release.yaml
@@ -16,6 +16,9 @@ on:
16
required: false
17
default: false
18
19
+env:
20
+ UV_SYSTEM_PYTHON: 1
21
+
22
jobs:
23
release:
24
runs-on: ubuntu-latest
@@ -37,8 +40,7 @@ jobs:
37
40
python-version: ${{ matrix.python-version }}
38
41
39
42
- name: Install dependencies
- run: |
- uv pip install towncrier
43
+ run: uv pip install towncrier
44
45
- name: Generate draft release notes with Towncrier
46
run: |
0 commit comments