Skip to content

Commit 2478ffa

Browse files
authored
chore: Revert "chore: pin the version of click that hatch uses to <8.… (#186)
chore: Revert "chore: pin the version of click that hatch uses to <8.3 due to Sentin… (#184)" This reverts commit e2e088c. Signed-off-by: Eric Osiowy <134728121+erico-aws@users.noreply.github.com>
1 parent 1e4d67d commit 2478ffa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
python-version: '3.9'
8282
- name: Install dependencies
8383
run: |
84-
pip install --upgrade hatch "click<8.3"
84+
pip install --upgrade hatch
8585
- name: Build
8686
run: hatch -v build
8787
# # 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)