We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c3a3a commit 72a5a56Copy full SHA for 72a5a56
.github/workflows/publish_to_pypi.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
jobs:
5
build-n-publish:
6
name: Build package and publish to (Test)PyPI
7
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
8
steps:
9
- uses: actions/checkout@v2
10
with:
0 commit comments