Skip to content

Commit 960d749

Browse files
committed
Add annotation
1 parent 13afaa5 commit 960d749

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
environment: pypi_prod
2020
needs: [build]
2121
steps:
22-
- uses: actions/checkout@v4
22+
- name: Checkout code
23+
uses: actions/checkout@v4
2324
- name: Set up Python
2425
uses: actions/setup-python@v5
2526
with:

0 commit comments

Comments
 (0)