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 2533b2b commit e4a6211Copy full SHA for e4a6211
.github/workflows/publish-to-pypi.yml
@@ -4,7 +4,7 @@ on:
4
types: [published]
5
jobs:
6
build-n-publish:
7
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
8
steps:
9
- uses: actions/checkout@master
10
- uses: actions/setup-python@v2
.github/workflows/test-publish-to-pypi.yml
@@ -5,7 +5,7 @@ on:
- main
11
0 commit comments