|
9 | 9 |
|
10 | 10 | jobs: |
11 | 11 | tests: |
12 | | - name: "Python ${{ matrix.config.python-version }}" |
| 12 | + name: "ubuntu-20.04 / Python ${{ matrix.config.python-version }}" |
13 | 13 | runs-on: "ubuntu-20.04" |
14 | 14 | continue-on-error: ${{ matrix.config.experimental }} |
15 | 15 | env: |
16 | | - USING_COVERAGE: '3.6,3.7,3.8,pypy3,3.9,3.10.0-alpha.3' |
| 16 | + USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-alpha.3,pypy-3.6' |
17 | 17 |
|
18 | 18 | strategy: |
19 | 19 | fail-fast: False |
|
22 | 22 | - {python-version: "3.6", testenvs: "py36,build", experimental: False} |
23 | 23 | - {python-version: "3.7", testenvs: "py37,build", experimental: False} |
24 | 24 | - {python-version: "3.8", testenvs: "py38,build", experimental: False} |
25 | | - - {python-version: "pypy3", testenvs: "pypy3,build", experimental: False} |
26 | 25 | - {python-version: "3.9", testenvs: "py39,build", experimental: False} |
27 | 26 | - {python-version: "3.10.0-alpha.3", testenvs: "py310-dev,build", experimental: True} |
| 27 | + - {python-version: "pypy-3.6", testenvs: "pypy3,build", experimental: False} |
28 | 28 |
|
29 | 29 | steps: |
30 | 30 | - name: Checkout 🛎️ |
|
99 | 99 |
|
100 | 100 | Deploy: |
101 | 101 | needs: tests |
| 102 | + if: startsWith(github.ref, 'refs/tags/') |
102 | 103 |
|
103 | 104 | runs-on: "ubuntu-20.04" |
104 | 105 | steps: |
|
0 commit comments