We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9943ea4 commit cf4945cCopy full SHA for cf4945c
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install hatch click<8.3.0
+ pip install hatch "click<8.3.0"
28
hatch env create
29
- name: Lint and typecheck
30
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
- name: Build and publish on PyPI
58
env:
59
HATCH_INDEX_USER: ${{ secrets.HATCH_INDEX_USER }}
0 commit comments