@@ -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.7,3.8,3.9,3.10.0-alpha.5 '
14+ USING_COVERAGE : ' 3.7,3.8,3.9,3.10.0-alpha.6 '
1715
1816 strategy :
1917 fail-fast : False
2220 - {python-version: "3.7", testenvs: "py37,build", experimental: False}
2321 - {python-version: "3.8", testenvs: "py38,build", experimental: False}
2422 - {python-version: "3.9", testenvs: "py39,build", experimental: False}
25- - {python-version: "3.10.0-alpha.5 ", testenvs: "py310-dev,build", experimental: True}
23+ - {python-version: "3.10.0-alpha.6 ", testenvs: "py310-dev,build", experimental: True}
2624
2725 steps :
2826 - name : Checkout 🛎️
@@ -124,7 +122,7 @@ jobs:
124122
125123 - name : Upload distribution to PyPI 🚀
126124 if : startsWith(github.ref, 'refs/tags/')
127- uses : pypa/gh-action-pypi-publish@master
125+ uses : pypa/gh-action-pypi-publish@v1.4.2
128126 with :
129127 user : __token__
130128 password : ${{ secrets.PYPI_TOKEN }}
0 commit comments