@@ -4,16 +4,14 @@ name: Linux
44
55on :
66 push :
7- pull_request :
8- branches : ["master"]
97
108jobs :
119 tests :
1210 name : " ubuntu-20.04 / Python ${{ matrix.config.python-version }}"
1311 runs-on : " ubuntu-20.04"
1412 continue-on-error : ${{ matrix.config.experimental }}
1513 env :
16- USING_COVERAGE : ' 3.6,3.7,3.8,3.9,3.10.0-alpha.5 ,pypy-3.6,pypy-3.7'
14+ USING_COVERAGE : ' 3.6,3.7,3.8,3.9,3.10.0-alpha.6 ,pypy-3.6,pypy-3.7'
1715
1816 strategy :
1917 fail-fast : False
2321 - {python-version: "3.7", testenvs: "py37,build", experimental: False}
2422 - {python-version: "3.8", testenvs: "py38,build", experimental: False}
2523 - {python-version: "3.9", testenvs: "py39,build", experimental: False}
26- - {python-version: "3.10.0-alpha.5 ", testenvs: "py310-dev,build", experimental: True}
24+ - {python-version: "3.10.0-alpha.6 ", testenvs: "py310-dev,build", experimental: True}
2725 - {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
28- - {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False }
26+ - {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True }
2927
3028 steps :
3129 - name : Checkout 🛎️
@@ -127,7 +125,7 @@ jobs:
127125
128126 - name : Upload distribution to PyPI 🚀
129127 if : startsWith(github.ref, 'refs/tags/')
130- uses : pypa/gh-action-pypi-publish@master
128+ uses : pypa/gh-action-pypi-publish@v1.4.2
131129 with :
132130 user : __token__
133131 password : ${{ secrets.PYPI_TOKEN }}
0 commit comments