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 e908f47 commit 86dadceCopy full SHA for 86dadce
.github/workflows/release_publish.yml
@@ -83,7 +83,7 @@ jobs:
83
python-version: '3.9'
84
- name: Install dependencies
85
run: |
86
- pip install --upgrade hatch
+ pip install --upgrade hatch "click<8.3"
87
- name: Build
88
run: hatch -v build
89
# # See https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi
pipeline/build.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
pip install --upgrade pip
6
-pip install --upgrade hatch
+pip install --upgrade hatch "click<8.3"
7
pip install --upgrade twine
8
hatch run codebuild:lint
9
hatch run codebuild:test
0 commit comments