ci: update hatch to 1.14.1 (#9245)

* try updating hatch to 1.14.1

* trigger tests

* better trigger

* remove trigger
This commit is contained in:
Stefano Fiorucci 2025-04-16 11:25:57 +02:00 committed by GitHub
parent f7ac4b35cb
commit 36bbd27e8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ on:
- "**.py"
env:
HATCH_VERSION: "1.13.0"
HATCH_VERSION: "1.14.1"
jobs:
docstrings-linting:

View File

@ -18,7 +18,7 @@ on:
env:
PYTHON_VERSION: "3.9"
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
HATCH_VERSION: "1.13.0"
HATCH_VERSION: "1.14.1"
HF_API_TOKEN: ${{ secrets.HUGGINGFACE_API_KEY }}
jobs:

View File

@ -8,7 +8,7 @@ on:
- "!v[0-9]+.[0-9]+.[0-9]-rc0"
env:
HATCH_VERSION: "1.13.0"
HATCH_VERSION: "1.14.1"
jobs:
release-on-pypi:

View File

@ -13,7 +13,7 @@ on:
- "!v1.[0-9]+.x"
env:
HATCH_VERSION: "1.13.0"
HATCH_VERSION: "1.14.1"
PYTHON_VERSION: "3.10"
jobs:

View File

@ -31,7 +31,7 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HF_API_TOKEN: ${{ secrets.HUGGINGFACE_API_KEY }}
PYTHON_VERSION: "3.9"
HATCH_VERSION: "1.13.0"
HATCH_VERSION: "1.14.1"
jobs:
format: