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.
2 parents 492f470 + 14f16a5 commit 05f9402Copy full SHA for 05f9402
.github/workflows/push-to-pypi.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v5
17
- name: Set up Python
18
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
19
with:
20
python-version: '3.x'
21
- name: Install dependencies
.github/workflows/pylint.yml
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
22
0 commit comments