Skip to content

Commit bcc7e63

Browse files
authored
Update template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/workflows/release.yml
1 parent 4d15cfd commit bcc7e63

File tree

1 file changed

+1
-1
lines changed
  • template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/workflows

1 file changed

+1
-1
lines changed

template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/workflows/release.yml

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

3131
# Security recommends we should pin deps. Should we pin the workflow version?
3232
- name: Install hatch
33-
uses: pypa/hatch@install
33+
uses: pypa/hatch@a3c83ab3d481fbc2dc91dd0088628817488dd1d5
3434

3535
- name: Build package using Hatch
3636
run: |

0 commit comments

Comments
 (0)