Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bcc7e63

Browse files
authoredFeb 27, 2025··
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

+1-1
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)
Please sign in to comment.