Skip to content

Commit ed5c529

Browse files
committed
Use latest ubuntu for deploy action
1 parent fa8d371 commit ed5c529

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ on:
77

88
jobs:
99
build-n-publish:
10-
runs-on: ubuntu-18.04
10+
name: Build and publish
11+
runs-on: ubuntu-latest
1112
steps:
1213
- uses: actions/checkout@master
13-
- name: Set up Python 3.9
14+
- name: Set up Python 3.9 🐍
1415
uses: actions/[email protected]
1516
with:
1617
python-version: 3.9
17-
- name: Install dependencies
18+
- name: Install dependencies ⚙️
1819
run: |
1920
python -m pip install wheel twine
2021
- name: Build Package 📦

0 commit comments

Comments
 (0)