We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdeb80 commit c9882cdCopy full SHA for c9882cd
.github/workflows/build.yml
@@ -8,7 +8,7 @@ on: [pull_request, push]
8
9
jobs:
10
test:
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
12
steps:
13
- name: Dump GitHub context
14
env:
.github/workflows/release.yml
@@ -10,7 +10,7 @@ on:
upload-release-assets:
15
16
@@ -58,7 +58,7 @@ jobs:
58
github-token: ${{ secrets.GITHUB_TOKEN }}
59
60
upload-pypi:
61
62
63
- uses: actions/checkout@v1
64
- name: Check For setup.py
0 commit comments