We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab59a58 commit 3d1596bCopy full SHA for 3d1596b
.github/workflows/release-python-client.yaml
@@ -15,7 +15,7 @@ env:
15
jobs:
16
build-n-publish:
17
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
18
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
19
# Specifying a GitHub environment is optional, but strongly encouraged
20
environment: release
21
permissions:
0 commit comments