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 0a20cb4 + caaea0e commit 57f1b84Copy full SHA for 57f1b84
.github/workflows/python-publish.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
- name: Set up Python
20
uses: actions/setup-python@v6
21
with:
.github/workflows/pythonpackage.yaml
@@ -22,7 +22,7 @@ jobs:
22
run:
23
shell: bash
24
25
26
- name: Set up Python ${{ matrix.python-version }}
27
28
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments