File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
27- pip install hatch
27+ pip install hatch click<8.3.0
2828 hatch env create
2929 - name : Lint and typecheck
3030 run : |
5353 - name : Install dependencies
5454 run : |
5555 python -m pip install --upgrade pip
56- pip install hatch
56+ pip install hatch click<8.3.0
5757 - name : Build and publish on PyPI
5858 env :
5959 HATCH_INDEX_USER : ${{ secrets.HATCH_INDEX_USER }}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ lint-check = [
6363support-legacy = true # Create setup.py
6464
6565[build-system ]
66- requires = [" hatchling" , " hatch-regex-commit" ]
66+ requires = [" hatchling" , " hatch-regex-commit" , " click<8.3.0 " ]
6767build-backend = " hatchling.build"
6868
6969[project ]
You can’t perform that action at this time.
0 commit comments