We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e4b4e commit 80f809cCopy full SHA for 80f809c
.github/workflows/publish-to-pypi.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build-n-publish:
10
name: Build and publish Python 🐍 distributions 📦 to PyPI
11
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@master
14
- name: Set up Python 3.10
0 commit comments