We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 317eb02 + 9015461 commit 387ed11Copy full SHA for 387ed11
2 files changed
.github/workflows/python-package.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
- name: Set up Python ${{ matrix.python-version }}
25
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
26
with:
27
python-version: ${{ matrix.python-version }}
28
- name: Install dependencies
.github/workflows/python-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: Set up Python
17
18
19
python-version: '3.x'
20
0 commit comments