Skip to content

Commit

Permalink
Merge branch 'develop' into v5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
18alantom committed Feb 23, 2024
2 parents bc942e6 + 26e1f10 commit 29b491a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 29b491a

Please sign in to comment.