There was an error while loading. Please reload this page.
1 parent 42047f3 commit ccb30e4Copy full SHA for ccb30e4
.github/workflows/build-release.yml
@@ -23,7 +23,7 @@ jobs:
23
- { name: "3.13-madev", python: "3.13", tox: py313-marshmallowdev }
24
steps:
25
- uses: actions/checkout@v5.0.0
26
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
27
with:
28
python-version: ${{ matrix.python }}
29
- run: pip install tox
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ubuntu-latest
34
35
36
37
38
python-version: "3.13"
39
- name: Install pypa/build
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
- run: python -m pip install tox
0 commit comments