diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index a43b42c..e3cb3ee 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -1,8 +1,9 @@ name: pypi on: - release: - types: [created] + push: + branches: + - release/* jobs: deploy: diff --git a/setup.py b/setup.py index 4b53bd7..a8bdafe 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ CURRENT_DIR = os.path.abspath(os.path.dirname(__file__)) PACKAGE_NAME = "meiga" -VERSION = "0.1.2" +VERSION = "0.1.3" # The text of the README file with open(os.path.join(CURRENT_DIR, "README.md")) as fid: