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