Skip to content

Commit 92c5cb9

Browse files
authored
Pin version of hatch used (#68)
1 parent ebacb9f commit 92c5cb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pre-publish/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ runs:
3434
- name: Install hatch
3535
shell: bash
3636
working-directory: ${{ inputs.working_directory }}
37-
run: pipx install hatch
37+
# TODO: remove when #62 is fixed.
38+
run: pipx install "hatch<1.27"
3839
- name: Check if we should push changes
3940
shell: bash
4041
run: |

0 commit comments

Comments
 (0)