Skip to content

Commit 17e1d25

Browse files
authored
misc packaging fixes (#35)
1 parent 7c6b78c commit 17e1d25

File tree

3 files changed

+452
-442
lines changed

3 files changed

+452
-442
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
core.autocrlf=input
2+
core.eol=lf

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
branches: [ release ]
1010
tags:
11-
- 'v*'
11+
- 'v*.*.*'
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
@@ -42,6 +42,9 @@ jobs:
4242
addSections: '{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}'
4343
output: CHANGELOG.md
4444

45+
- name: Install uv
46+
uses: astral-sh/setup-uv@v3
47+
4548
- uses: actions/setup-python@v5
4649
with:
4750
python-version: ${{ matrix.python-versions }}

0 commit comments

Comments
 (0)