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 7c6b78c commit 17e1d25Copy full SHA for 17e1d25
.gitattributes
@@ -0,0 +1,2 @@
1
+core.autocrlf=input
2
+core.eol=lf
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
push:
9
branches: [ release ]
10
tags:
11
- - 'v*'
+ - 'v*.*.*'
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
@@ -42,6 +42,9 @@ jobs:
42
addSections: '{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}'
43
output: CHANGELOG.md
44
45
+ - name: Install uv
46
+ uses: astral-sh/setup-uv@v3
47
+
48
- uses: actions/setup-python@v5
49
with:
50
python-version: ${{ matrix.python-versions }}
0 commit comments