We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e676f1a commit 533ddc3Copy full SHA for 533ddc3
.github/workflows/docs.yml
@@ -18,7 +18,7 @@ jobs:
18
path: .tox
19
key: tox-${{hashFiles('pyproject.toml')}}
20
- name: Set up Python
21
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
22
with:
23
python-version: 3.x
24
cache: "pip"
.github/workflows/python-publish.yml
steps:
- uses: actions/checkout@v3
python-version: "3.x"
- name: Install pypa/build
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
key: tox-${{hashFiles('pyproject.toml') }}
37
38
- name: Set up python
39
40
41
python-version: ${{ matrix.python-version }}
42
0 commit comments