Skip to content

Commit a5aca67

Browse files
committed
Update publish workflow
1 parent 5acbb38 commit a5aca67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010
jobs:
1111
deploy:
1212

13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414

1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Python
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: 2.7
20+
python-version: 3.9
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)