2
0
mirror of https://github.com/frappe/bench.git synced 2024-06-15 22:52:22 +00:00

Merge pull request #1541 from 18alantom/fix-bench-deploy-3nd-try

fix: specify hatch version in release
This commit is contained in:
Alan 2024-02-23 11:21:12 +05:30 committed by GitHub
commit 26e1f10380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
run: |
npm install @semantic-release/git @semantic-release/exec --no-save
python3 -m pip install wheel twine
python3 -m pip install git+https://github.com/pypa/hatch
python3 -m pip install git+https://github.com/pypa/hatch@hatch-v1.9.2
- name: Create Release
env:

View File

@ -44,7 +44,7 @@ Source = "https://github.com/frappe/bench"
[build-system]
requires = [
"hatchling>=1.6.0,<1.7.0",
"hatchling>=1.6.0,<=1.21.0",
]
build-backend = "hatchling.build"