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 1670a60 commit 3ffdf57Copy full SHA for 3ffdf57
.github/workflows/pypi_upload.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
build_wheels:
15
name: Build wheel distribution
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
17
steps:
18
- name: Checkout repo at ${{ github.event_name == 'workflow_dispatch' && inputs.commit_id || github.sha }}
19
uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
37
38
build_sdist:
39
name: Build source distribution
40
41
42
43
0 commit comments