Skip to content

Commit

Permalink
fix: specify hatch version in release
Browse files Browse the repository at this point in the history
pin hatchling version to correct range
  • Loading branch information
18alantom committed Feb 23, 2024
1 parent 987a02e commit 87b4b1f
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 87b4b1f

Please sign in to comment.