Skip to content

Commit 939c5bb

Browse files
committed
Modified workflow
1 parent 306667a commit 939c5bb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ name: Upload Python Package
1111
on: [push, pull_request]
1212

1313
jobs:
14-
Build and Test:
14+
build_and_test:
15+
name: Coverage and Test
1516
runs-on: ubuntu-latest
1617
steps:
1718
- uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313
types: [published]
1414

1515
jobs:
16-
Release:
16+
release:
17+
name: Release
1718
runs-on: ubuntu-latest
1819
steps:
1920
- uses: actions/checkout@v2
@@ -34,7 +35,7 @@ jobs:
3435
SF_CONSUMER_KEY: ${{ secrets.SF_CONSUMER_KEY }}
3536
SF_PRIVATE_KEY: ${{ secrets.SF_PRIVATE_KEY }}
3637
SF_USERNAME: ${{ secrets.SF_USERNAME }}
37-
38+
3839
- name: Build package
3940
run: python -m build
4041
- name: Publish package

0 commit comments

Comments
 (0)