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 7ad4019 commit 7d59287Copy full SHA for 7d59287
.github/workflows/auto-testing.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: Set up Python ${{ matrix.python-version }}
18
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
19
with:
20
python-version: ${{ matrix.python-version }}
21
- name: Install dependencies
.github/workflows/publish-to-pypi.yml
- name: Set up Python
python-version: '3.x'
0 commit comments