Skip to content

Commit 306667a

Browse files
committed
Modified workflows
1 parent e52d7d4 commit 306667a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Upload Python Package
1111
on: [push, pull_request]
1212

1313
jobs:
14-
test:
14+
Build and Test:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2
@@ -33,11 +33,6 @@ jobs:
3333
SF_PRIVATE_KEY: ${{ secrets.SF_PRIVATE_KEY }}
3434
SF_USERNAME: ${{ secrets.SF_USERNAME }}
3535

36-
37-
deploy:
38-
if: ${{ github.ref == 'refs/heads/master' }}
39-
runs-on: ubuntu-latest
40-
steps:
4136
- name: Build package
4237
run: python -m build
4338
- name: Publish package

0 commit comments

Comments
 (0)