Skip to content

Commit f85c9d4

Browse files
authored
chore: Revert "chore: pin the version of click that hatch uses to <8.… (#236)
chore: Revert "chore: pin the version of click that hatch uses to <8.3 due to Sentin… (#234)" This reverts commit 6ed3125. Signed-off-by: Eric Osiowy <134728121+erico-aws@users.noreply.github.com>
1 parent 1aba71d commit f85c9d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
python-version: '3.9'
8484
- name: Install dependencies
8585
run: |
86-
pip install --upgrade hatch "click<8.3"
86+
pip install --upgrade hatch
8787
- name: Build
8888
run: hatch -v build
8989
# # See https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi

pipeline/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
pip install --upgrade pip
6-
pip install --upgrade hatch "click<8.3"
6+
pip install --upgrade hatch
77
pip install --upgrade twine
88
hatch run codebuild:lint
99
hatch run codebuild:test

0 commit comments

Comments
 (0)