We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a174fd commit d7b1cabCopy full SHA for d7b1cab
.github/workflows/publish_pypi.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
build-and-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@v3
13
- name: Setup Python
0 commit comments