2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@v4
23+ with :
24+ persist-credentials : false
2325 - uses : actions/setup-python@v5
2426 with :
2527 python-version : " 3.9"
5557 name : CPython ${{ matrix.python-version }}-${{ matrix.os }}
5658 steps :
5759 - uses : actions/checkout@v4
60+ with :
61+ persist-credentials : false
5862 - if : ${{ matrix.python-version == '3.13t' }}
5963 name : Setup free-threaded Python
6064 uses :
deadsnakes/[email protected] 99103 name : DocTest
100104 steps :
101105 - uses : actions/checkout@v4
106+ with :
107+ persist-credentials : false
102108 - name : Setup Python
103109 uses : actions/setup-python@v5
104110 with :
@@ -121,6 +127,8 @@ jobs:
121127 runs-on : ubuntu-latest
122128 steps :
123129 - uses : actions/checkout@v4
130+ with :
131+ persist-credentials : false
124132 - uses : actions/setup-python@v5
125133 with :
126134 cache : ' pip'
@@ -139,6 +147,8 @@ jobs:
139147 runs-on : ubuntu-latest
140148 steps :
141149 - uses : actions/checkout@v4
150+ with :
151+ persist-credentials : false
142152 - uses : actions/setup-python@v5
143153 with :
144154 cache : ' pip'
@@ -160,6 +170,8 @@ jobs:
160170 python : ["3.9", "3.11"]
161171 steps :
162172 - uses : actions/checkout@v4
173+ with :
174+ persist-credentials : false
163175 - uses : actions/setup-python@v5
164176 with :
165177 python-version : " ${{matrix.python}}"
@@ -177,6 +189,8 @@ jobs:
177189 name : " Make an sdist"
178190 steps :
179191 - uses : actions/checkout@v4
192+ with :
193+ persist-credentials : false
180194 - uses : actions/setup-python@v5
181195 with :
182196 cache : ' pip'
0 commit comments