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 79e457b commit 0754d67Copy full SHA for 0754d67
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build-n-publish:
10
name: Build and publish to PyPI
11
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
12
13
steps:
14
- name: checkout repo
0 commit comments