Skip to content

Commit

Permalink
misc packaging fixes (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillp authored Nov 21, 2024
1 parent 7c6b78c commit 17e1d25
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 442 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
core.autocrlf=input
core.eol=lf
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches: [ release ]
tags:
- 'v*'
- 'v*.*.*'

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

- name: Install uv
uses: astral-sh/setup-uv@v3

- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-versions }}
Expand Down
Loading

0 comments on commit 17e1d25

Please sign in to comment.