Skip to content

Commit

Permalink
Update release condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Aliseiko committed Sep 1, 2020
1 parent e6169e9 commit a10fe13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
name: Upload Python Package

on:
repository_dispatch:
release:
types: [created]

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ def get_reqs():
platforms="any",
python_requires=">=3.6",
url="https://github.com/Klika-Tech/tm4j_reporter_pytest",
version='0.1.1',
version='0.1.2',
)

0 comments on commit a10fe13

Please sign in to comment.