We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a45abd commit 92c0d63Copy full SHA for 92c0d63
1 file changed
.github/workflows/pythonpublish.yml
@@ -8,7 +8,8 @@ jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v1
+ - name: Checkout code for release
12
+ uses: actions/checkout@v1
13
- name: Set up Python
14
uses: actions/setup-python@v1
15
with:
0 commit comments