Skip to content

Commit

Permalink
few packaging fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Pujol committed Jan 29, 2025
1 parent b077ad0 commit bacc11e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
python-versions: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

- name: Generate Changelog
if: ${{ false }}
uses: heinrichreimer/github-changelog-generator-action@v2.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
issues: true
issuesWoLabels: true
pullRequests: true
prWoLabels: true
unreleased: true
addSections: '{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}'
output: CHANGELOG.md

- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-versions }}
Expand All @@ -66,10 +53,6 @@ jobs:
run: >-
poetry build
- name: Show temporary files
run: >-
ls -l
- name: Create GitHub release
id: create_release
uses: softprops/action-gh-release@v2
Expand Down
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ repos:
hooks:
- id: python-use-type-annotations
- id: text-unicode-replacement-char
- repo: https://github.com/myint/docformatter
rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies:
- tomli
args:
- --in-place
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
hooks:
Expand Down

0 comments on commit bacc11e

Please sign in to comment.