Skip to content

Commit 3ffdf57

Browse files
authored
Update OS for pypi build/publish. (#1270)
Things break, this should work, maybe. Don't ask.
1 parent 1670a60 commit 3ffdf57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi_upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build_wheels:
1515
name: Build wheel distribution
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repo at ${{ github.event_name == 'workflow_dispatch' && inputs.commit_id || github.sha }}
1919
uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737

3838
build_sdist:
3939
name: Build source distribution
40-
runs-on: ubuntu-20.04
40+
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout repo at ${{ github.event_name == 'workflow_dispatch' && inputs.commit_id || github.sha }}
4343
uses: actions/checkout@v4

0 commit comments

Comments
 (0)