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 5a942ec commit b16772dCopy full SHA for b16772d
.github/workflows/publish-python-package.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Set up Python
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: '3.x'
26
- name: Install dependencies
.github/workflows/python-package.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Set up Python ${{ matrix.python-version }}
14
- uses: actions/setup-python@v5.1.0
15
16
python-version: ${{ matrix.python-version }}
17
- name: Display Python version
0 commit comments