Skip to content

Commit 44400a4

Browse files
committed
Update hatch version in publishing workflows
1 parent 853d988 commit 44400a4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bleeding-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: |
34-
pipx install hatch==1.14.1
34+
pipx install hatch==1.16.5
3535
3636
- name: Build
3737
run: |

.github/workflows/development-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Install dependencies
3636
run: |
37-
pipx install hatch==1.14.1
37+
pipx install hatch==1.16.5
3838
3939
- name: Development package updates
4040
run: |

.github/workflows/development-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: '3.11'
3333
- name: Install dependencies
3434
run: |
35-
pipx install hatch==1.14.1
35+
pipx install hatch==1.16.5
3636
3737
- name: Development package updates
3838
run: |

.github/workflows/production-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: |
28-
pipx install hatch==1.14.1
28+
pipx install hatch==1.16.5
2929
3030
- name: Build
3131
run: |

0 commit comments

Comments
 (0)