We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37055eb + 7a39e78 commit c77b72cCopy full SHA for c77b72c
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build-n-publish:
11
name: Build and publish Python distributions to PyPI
12
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@master
15
- name: Set up Python 3.6
0 commit comments