File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ asdf global python 3.11.0
17
17
18
18
# If you do this, you also need to install hatch for each python version
19
19
# asdf global python 3.7.15
20
- # pip install hatch==1.6.3
20
+ # pip install hatch==1.7.0
21
21
22
22
# Setup virtualenv, install all dependencies
23
23
cd /workspaces/gitlint
24
- pip install hatch==1.6.3
24
+ pip install hatch==1.7.0
25
25
hatch env create
Original file line number Diff line number Diff line change 36
36
run : python -m pip install build==0.10.0
37
37
38
38
- name : Install Hatch
39
- run : python -m pip install hatch==1.6.3
39
+ run : python -m pip install hatch==1.7.0
40
40
41
41
- name : Unit Tests
42
42
run : hatch run test:unit-tests
@@ -110,7 +110,7 @@ jobs:
110
110
python-version : 3.11
111
111
112
112
- name : Install Hatch
113
- run : python -m pip install hatch==1.6.3
113
+ run : python -m pip install hatch==1.7.0
114
114
115
115
- name : Docs validation (mkdocs build & linkchecker)
116
116
run : hatch run docs:validate
Original file line number Diff line number Diff line change 27
27
python-version : 3.11
28
28
29
29
- name : Install Hatch
30
- run : python -m pip install hatch==1.6.3
30
+ run : python -m pip install hatch==1.7.0
31
31
32
32
- name : Deploy dev docs
33
33
run : hatch run docs:mike deploy --push --update-aliases ${{ inputs.docs_version }}
Original file line number Diff line number Diff line change 60
60
run : python -m pip install build==0.10.0
61
61
62
62
- name : Install Hatch
63
- run : python -m pip install hatch==1.6.3
63
+ run : python -m pip install hatch==1.7.0
64
64
65
65
- uses : actions/checkout@v3.3.0
66
66
with :
Original file line number Diff line number Diff line change 46
46
python-version : ${{ matrix.python-version }}
47
47
48
48
- name : Install Hatch
49
- run : python -m pip install hatch==1.6.3
49
+ run : python -m pip install hatch==1.7.0
50
50
51
51
- name : Install gitlint
52
52
# We need to add the --extra-index-url to the pip install command to deal with PYPI_TARGET=https://test.pypi.org/legacy,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cd gitlint
14
14
# You can choose whether to install hatch in a virtualenv or globally
15
15
# Either way, hatch will use virtualenvs under-the-hood for gitlint
16
16
virtualenv .venv && source .venv/bin/activate
17
- pip install hatch==1.6.3
17
+ pip install hatch==1.7.0
18
18
19
19
# Run gitlint
20
20
hatch run dev:gitlint --version # (1)
@@ -68,7 +68,7 @@ asdf install python 3.9.15
68
68
asdf global python 3.9.15
69
69
70
70
# IMPORTANT: install hatch for this python version
71
- pip install hatch==1.6.3
71
+ pip install hatch==1.7.0
72
72
# You also need to prune your hatch environment first before running other commands
73
73
hatch env prune
74
74
You can’t perform that action at this time.
0 commit comments