Skip to content

Commit 1eb29b5

Browse files
committed
update pypi workflow
1 parent 1b4ce96 commit 1eb29b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
jobs:
1111
publish:
1212
name: Build and publish python packages
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-22.04
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- name: get release info
1919
id: release_info

0 commit comments

Comments
 (0)