We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d16c085 + 422b3ce commit 1e58738Copy full SHA for 1e58738
.github/workflows/pypi.yml
@@ -9,7 +9,7 @@ jobs:
9
publish:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
14
- name: Set up Python
15
uses: actions/setup-python@v4
.github/workflows/pythonpackage.yml
@@ -36,7 +36,7 @@ jobs:
36
python-version: "3.11"
37
38
39
40
41
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
42
@@ -82,7 +82,7 @@ jobs:
82
Linting:
83
84
85
86
87
- name: Set up Python on ubuntu-latest
88
0 commit comments