File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 43
43
max-parallel : 1
44
44
needs : checkout
45
45
runs-on : ubuntu-latest
46
- container : " pylegacy/python:${{ matrix.python-version }}-debian-9 "
46
+ container : " pylegacy/python:${{ matrix.python-version }}-debian-10 "
47
47
steps :
48
48
-
49
49
name : Download checkout
74
74
fail-fast : false
75
75
needs : build
76
76
runs-on : ubuntu-latest
77
- container : " pylegacy/python:${{ matrix.python-version }}-debian-9 "
77
+ container : " pylegacy/python:${{ matrix.python-version }}-debian-10 "
78
78
steps :
79
79
-
80
80
name : Download checkout
@@ -106,7 +106,7 @@ jobs:
106
106
if : startsWith(github.event.ref, 'refs/tags/v')
107
107
needs : test
108
108
runs-on : ubuntu-latest
109
- container : " pylegacy/python:${{ matrix.python-version }}-debian-9 "
109
+ container : " pylegacy/python:${{ matrix.python-version }}-debian-10 "
110
110
environment : PyPI
111
111
steps :
112
112
-
Original file line number Diff line number Diff line change 43
43
max-parallel : 1
44
44
needs : checkout
45
45
runs-on : ubuntu-latest
46
- container : " pylegacy/python:${{ matrix.python-version }}-debian-9 "
46
+ container : " pylegacy/python:${{ matrix.python-version }}-debian-10 "
47
47
steps :
48
48
-
49
49
name : Download checkout
74
74
fail-fast : false
75
75
needs : build
76
76
runs-on : ubuntu-latest
77
- container : " pylegacy/python:${{ matrix.python-version }}-debian-9 "
77
+ container : " pylegacy/python:${{ matrix.python-version }}-debian-10 "
78
78
steps :
79
79
-
80
80
name : Download checkout
@@ -106,7 +106,7 @@ jobs:
106
106
if : startsWith(github.event.ref, 'refs/tags/v')
107
107
needs : test
108
108
runs-on : ubuntu-latest
109
- container : " pylegacy/python:${{ matrix.python-version }}-debian-9 "
109
+ container : " pylegacy/python:${{ matrix.python-version }}-debian-10 "
110
110
environment : PyPI
111
111
steps :
112
112
-
You can’t perform that action at this time.
0 commit comments