We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13afaa5 commit 960d749Copy full SHA for 960d749
1 file changed
.github/workflows/publish.yml
@@ -19,7 +19,8 @@ jobs:
19
environment: pypi_prod
20
needs: [build]
21
steps:
22
- - uses: actions/checkout@v4
+ - name: Checkout code
23
+ uses: actions/checkout@v4
24
- name: Set up Python
25
uses: actions/setup-python@v5
26
with:
0 commit comments