mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
Merge branch 'develop' into v5.x
This commit is contained in:
commit
29b491a8a6
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm install @semantic-release/git @semantic-release/exec --no-save
|
npm install @semantic-release/git @semantic-release/exec --no-save
|
||||||
python3 -m pip install wheel twine
|
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
|
- name: Create Release
|
||||||
env:
|
env:
|
||||||
|
@ -44,7 +44,7 @@ Source = "https://github.com/frappe/bench"
|
|||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = [
|
requires = [
|
||||||
"hatchling>=1.6.0,<1.7.0",
|
"hatchling>=1.6.0,<=1.21.0",
|
||||||
]
|
]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user