Skip to content

Commit 8963138

Browse files
authored
Update deploy.yml
1 parent 5e2c954 commit 8963138

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/deploy.yml

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ on:
66
- master
77

88
jobs:
9+
release:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
15+
- name: Python Semantic Release
16+
uses: relekang/python-semantic-release@master
17+
with:
18+
github_token: ${{ secrets.GITHUB_TOKEN }}
19+
# pypi_token: ${{ secrets.PYPI_TOKEN }}
20+
# key:
921
deploy:
1022
name: Deploy
1123
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)