Skip to content

Commit bacc11e

Browse files
author
Guillaume Pujol
committed
few packaging fixes
1 parent b077ad0 commit bacc11e

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# The type of runner that the job will run on
2121
strategy:
2222
matrix:
23-
python-versions: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
23+
python-versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
2424
os: [ubuntu-latest]
2525
runs-on: ${{ matrix.os }}
2626

.github/workflows/release.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,6 @@ jobs:
2929
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3030
- uses: actions/checkout@v4
3131

32-
- name: Generate Changelog
33-
if: ${{ false }}
34-
uses: heinrichreimer/[email protected]
35-
with:
36-
token: ${{ secrets.GITHUB_TOKEN }}
37-
issues: true
38-
issuesWoLabels: true
39-
pullRequests: true
40-
prWoLabels: true
41-
unreleased: true
42-
addSections: '{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}'
43-
output: CHANGELOG.md
44-
4532
- uses: actions/setup-python@v5
4633
with:
4734
python-version: ${{ matrix.python-versions }}
@@ -66,10 +53,6 @@ jobs:
6653
run: >-
6754
poetry build
6855
69-
- name: Show temporary files
70-
run: >-
71-
ls -l
72-
7356
- name: Create GitHub release
7457
id: create_release
7558
uses: softprops/action-gh-release@v2

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ repos:
1414
hooks:
1515
- id: python-use-type-annotations
1616
- id: text-unicode-replacement-char
17-
- repo: https://github.com/myint/docformatter
18-
rev: v1.7.5
19-
hooks:
20-
- id: docformatter
21-
additional_dependencies:
22-
- tomli
23-
args:
24-
- --in-place
2517
- repo: https://github.com/astral-sh/ruff-pre-commit
2618
rev: v0.9.3
2719
hooks:

0 commit comments

Comments
 (0)