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 fa8d371 commit ed5c529Copy full SHA for ed5c529
.github/workflows/deploy.yml
@@ -7,14 +7,15 @@ on:
7
8
jobs:
9
build-n-publish:
10
- runs-on: ubuntu-18.04
+ name: Build and publish
11
+ runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@master
- - name: Set up Python 3.9
14
+ - name: Set up Python 3.9 🐍
15
uses: actions/setup-python@v4.5.0
16
with:
17
python-version: 3.9
- - name: Install dependencies
18
+ - name: Install dependencies ⚙️
19
run: |
20
python -m pip install wheel twine
21
- name: Build Package 📦
0 commit comments