migrate configuration to src.mehl.mx
Some checks failed
Test suites / test-os-python-matrix (ubuntu-22.04, 3.10) (pull_request) Failing after 30s
Test suites / test-os-python-matrix (ubuntu-22.04, 3.12) (pull_request) Failing after 31s
Test suites / test-os-python-matrix (ubuntu-22.04, 3.11) (pull_request) Failing after 34s
Test suites / test-os-python-matrix (ubuntu-22.04, 3.13) (pull_request) Failing after 31s
Test suites / test-build-install (pull_request) Failing after 29s
Test suites / pylint (pull_request) Failing after 32s
Test suites / formatting (pull_request) Failing after 32s
Test suites / mypy (pull_request) Failing after 31s
Test suites / reuse (pull_request) Successful in 7s
Some checks failed
Test suites / test-os-python-matrix (ubuntu-22.04, 3.10) (pull_request) Failing after 30s
Test suites / test-os-python-matrix (ubuntu-22.04, 3.12) (pull_request) Failing after 31s
Test suites / test-os-python-matrix (ubuntu-22.04, 3.11) (pull_request) Failing after 34s
Test suites / test-os-python-matrix (ubuntu-22.04, 3.13) (pull_request) Failing after 31s
Test suites / test-build-install (pull_request) Failing after 29s
Test suites / pylint (pull_request) Failing after 32s
Test suites / formatting (pull_request) Failing after 32s
Test suites / mypy (pull_request) Failing after 31s
Test suites / reuse (pull_request) Successful in 7s
This commit is contained in:
3
.github/actions/poetrybuild/action.yaml
vendored
3
.github/actions/poetrybuild/action.yaml
vendored
@@ -20,6 +20,9 @@ runs:
|
|||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
run: pipx install poetry
|
run: pipx install poetry
|
||||||
shell: bash
|
shell: bash
|
||||||
|
- name: Ensure pipx is in PATH
|
||||||
|
run: pipx ensurepath
|
||||||
|
shell: bash
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -13,6 +13,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build and publish to PyPI
|
- name: Build and publish to PyPI
|
||||||
uses: JRubics/poetry-publish@v2.1
|
uses: https://github.com/JRubics/poetry-publish@v2.1
|
||||||
with:
|
with:
|
||||||
pypi_token: ${{ secrets.PYPI_TOKEN }}
|
pypi_token: ${{ secrets.PYPI_TOKEN }}
|
||||||
|
|||||||
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@@ -21,11 +21,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.10", "3.11", "3.12", "3.13"]
|
python-version: ["3.10", "3.11", "3.12", "3.13"]
|
||||||
os: [ubuntu-22.04]
|
os: [ubuntu-22.04]
|
||||||
include:
|
|
||||||
- python-version: "3.10"
|
|
||||||
os: macos-latest
|
|
||||||
- python-version: "3.10"
|
|
||||||
os: windows-latest
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
18
renovate.json5
Normal file
18
renovate.json5
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
extends: ["local>renovate-bot/renovate-config"],
|
||||||
|
"packageRules": [
|
||||||
|
// Group and merge all dev dependencies, even major versions
|
||||||
|
{
|
||||||
|
"matchDepTypes": ["dev"],
|
||||||
|
"groupName": "all-dev-dependencies",
|
||||||
|
"automerge": true
|
||||||
|
},
|
||||||
|
// Merge all other patch and minor dependencies
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"matchCurrentVersion": "!/^0/",
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
3
renovate.json5.license
Normal file
3
renovate.json5.license
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
SPDX-FileCopyrightText: 2025 Max Mehl <https://mehl.mx>
|
||||||
|
|
||||||
|
SPDX-License-Identifier: CC0-1.0
|
||||||
Reference in New Issue
Block a user