Skip to content

Commit

Permalink
Merge pull request #1541 from 18alantom/fix-bench-deploy-3nd-try
Browse files Browse the repository at this point in the history
fix: specify hatch version in release
  • Loading branch information
18alantom authored Feb 23, 2024
2 parents 987a02e + 87b4b1f commit 26e1f10
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 26e1f10

Please sign in to comment.