We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392f92c commit 6bef343Copy full SHA for 6bef343
.github/workflows/pypiupload.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: [2.7, 3.x]
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
19
- if: ${{ matrix.python-version == '2.7' }}
20
name: Setup Python environment (2.7)
21
run: |
0 commit comments