File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ jobs:
7676 ref : ${{ needs.TagRelease.outputs.tag }}
7777 fetch-depth : 0
7878 - name : Set up Python
79- uses : actions/setup-python@v5
79+ uses : actions/setup-python@v6
8080 with :
8181 python-version : ' 3.9'
8282 - name : Install dependencies
8383 run : |
84- pip install --upgrade hatch
84+ pip install --upgrade hatch "click<8.3"
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
Original file line number Diff line number Diff line change 33set -e
44
55pip install --upgrade pip
6- pip install --upgrade hatch
6+ pip install --upgrade hatch " click<8.3 "
77pip install --upgrade twine
88hatch run codebuild:lint
99hatch run codebuild:test
Original file line number Diff line number Diff line change 11coverage[toml] == 7.*
22pytest == 8.4.*
3- pytest-cov == 6.3 .*
3+ pytest-cov == 7.0 .*
44pytest-timeout == 2.4.*
55pytest-xdist == 3.8.*
66types-PyYAML == 6.*
77black == 25.*
8- ruff == 0.12.*
98mypy == 1.18.*
9+ ruff == 0.13.*
You can’t perform that action at this time.
0 commit comments