|
38 | 38 | - {python-version: "3.13", testenvs: "py313-sphinx{6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2},build", experimental: False} |
39 | 39 | - {python-version: "pypy-3.7", testenvs: "pypy37-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3},build", experimental: False} |
40 | 40 | - {python-version: "pypy-3.8", testenvs: "pypy38-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1},build", experimental: False} |
41 | | - - {python-version: "pypy-3.9", testenvs: "pypy39-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4},build", experimental: True} |
| 41 | + - {python-version: "pypy-3.9", testenvs: "pypy39-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4}", experimental: True} |
42 | 42 |
|
43 | 43 | steps: |
44 | 44 | - name: Checkout 🛎️ |
@@ -165,7 +165,7 @@ jobs: |
165 | 165 | with: |
166 | 166 | user: __token__ |
167 | 167 | password: ${{ secrets.PYPI_TOKEN }} |
168 | | - skip_existing: true |
| 168 | + skip-existing: true |
169 | 169 |
|
170 | 170 | - name: Close milestone 🚪 |
171 | 171 | if: startsWith(github.ref, 'refs/tags/') |
|
0 commit comments