Skip to content

Commit e52d7d4

Browse files
committed
Modified workflows
1 parent 9a56b84 commit e52d7d4

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
# separate terms of service, privacy policy, and support
77
# documentation.
88

9-
name: Upload Python Package
9+
name: Deploy Package
1010

1111
on:
1212
release:
1313
types: [published]
1414

1515
jobs:
16-
test:
16+
Release:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v2
@@ -34,12 +34,7 @@ jobs:
3434
SF_CONSUMER_KEY: ${{ secrets.SF_CONSUMER_KEY }}
3535
SF_PRIVATE_KEY: ${{ secrets.SF_PRIVATE_KEY }}
3636
SF_USERNAME: ${{ secrets.SF_USERNAME }}
37-
38-
39-
deploy:
40-
if: ${{ github.ref == 'refs/heads/master' }}
41-
runs-on: ubuntu-latest
42-
steps:
37+
4338
- name: Build package
4439
run: python -m build
4540
- name: Publish package

0 commit comments

Comments
 (0)