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 2ea6e7a commit 298e2abCopy full SHA for 298e2ab
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
test:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
13
14
name: "Test Python ${{ matrix.python-version }}"
15
.github/workflows/release.yaml
@@ -6,7 +6,7 @@ on:
6
7
8
release:
name: "Publish to PyPI"
0 commit comments