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 878f9fd + 4f671db commit d22e725Copy full SHA for d22e725
.github/workflows/python-publish.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- name: Set up Python
20
uses: actions/setup-python@v5
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