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 7f38085 + 0fefd2a commit 5d21338Copy full SHA for 5d21338
2 files changed
.github/workflows/python_publish.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v5
16
- name: Set up Python
17
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
18
with:
19
python-version: '3.x'
20
- name: Install dependencies
.github/workflows/pythonpackage.yml
- name: Set up Python ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
0 commit comments