We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d13131f + 1387222 commit 522ba38Copy full SHA for 522ba38
2 files changed
.github/workflows/python-publish.yaml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v5
19
- name: Set up Python
20
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
21
with:
22
python-version: "3.x"
23
- name: Install dependencies
.github/workflows/pythonpackage.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Set up Python ${{ matrix.python-version }}
27
28
29
python-version: ${{ matrix.python-version }}
30
cache: 'pip'
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
0 commit comments