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 b8e4149 commit e667650Copy full SHA for e667650
.github/workflows/python-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- name: Set up Python
15
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
16
with:
17
python-version: '3.x'
18
- name: Install dependencies
.github/workflows/pythontest.yml
@@ -14,7 +14,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
19
python-version: ${{ matrix.python-version }}
20
0 commit comments