|
14 | 14 | strategy: |
15 | 15 | fail-fast: false |
16 | 16 | matrix: |
17 | | - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.13t'] |
| 17 | + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
18 | 18 | runs-on: ubuntu-latest |
19 | 19 | steps: |
20 | 20 | - name: Check out repository |
|
47 | 47 | strategy: |
48 | 48 | max-parallel: 4 |
49 | 49 | matrix: |
50 | | - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.13t'] |
| 50 | + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
51 | 51 |
|
52 | 52 | steps: |
53 | 53 | - uses: actions/checkout@v3.5.3 |
|
89 | 89 | strategy: |
90 | 90 | max-parallel: 3 |
91 | 91 | matrix: |
92 | | - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.13t'] |
| 92 | + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
93 | 93 |
|
94 | 94 | steps: |
95 | 95 | - uses: actions/checkout@v3.5.3 |
@@ -177,13 +177,6 @@ jobs: |
177 | 177 | path: dist-linux-3.13 |
178 | 178 | - run: mv -v dist-linux-3.13/* dist/ |
179 | 179 |
|
180 | | - - name: Stage linux 3.13t |
181 | | - uses: actions/download-artifact@v4.1.7 |
182 | | - with: |
183 | | - name: dist-linux-3.13t |
184 | | - path: dist-linux-3.13t |
185 | | - - run: mv -v dist-linux-3.13t/* dist/ |
186 | | - |
187 | 180 | - name: Stage macos 3.9 |
188 | 181 | uses: actions/download-artifact@v4.1.7 |
189 | 182 | with: |
@@ -218,13 +211,6 @@ jobs: |
218 | 211 | name: dist-macos-3.13 |
219 | 212 | path: dist-macos-3.13 |
220 | 213 | - run: mv -v dist-macos-3.13/* dist/ |
221 | | - |
222 | | - - name: Stage macos 3.13t |
223 | | - uses: actions/download-artifact@v4.1.7 |
224 | | - with: |
225 | | - name: dist-macos-3.13t |
226 | | - path: dist-macos-3.13t |
227 | | - - run: mv -v dist-macos-3.13t/* dist/ |
228 | 214 |
|
229 | 215 | - name: Stage windows 3.9 |
230 | 216 | uses: actions/download-artifact@v4.1.7 |
@@ -260,13 +246,6 @@ jobs: |
260 | 246 | name: dist-windows-3.13 |
261 | 247 | path: dist-windows-3.13 |
262 | 248 | - run: mv -v dist-windows-3.13/* dist/ |
263 | | - |
264 | | - - name: Stage windows 3.13t |
265 | | - uses: actions/download-artifact@v4.1.7 |
266 | | - with: |
267 | | - name: dist-windows-3.13t |
268 | | - path: dist-windows-3.13t |
269 | | - - run: mv -v dist-windows-3.13t/* dist/ |
270 | 249 |
|
271 | 250 | - name: Publish distribution 📦 to PyPI |
272 | 251 | uses: pypa/gh-action-pypi-publish@release/v1 |
|
0 commit comments