We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f7b31 commit 618aa5dCopy full SHA for 618aa5d
.github/workflows/ci.yaml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
test:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
python-version: [3.6, 3.7, 3.8]
@@ -45,7 +45,7 @@ jobs:
45
path: .coverage
46
47
deploy:
48
- runs-on: ubuntu-18.04
49
needs: test
50
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
51
@@ -60,7 +60,7 @@ jobs:
60
- name: Upgrade pip and setuptools
61
run: |
62
python -m pip install --upgrade pip setuptools
63
-
+
64
- name: Install dependencies
65
run: pip install twine wheel
66
0 commit comments