diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 92af0011..c411d55b 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -9,7 +9,7 @@ on: jobs: deploy: - if: ${{ startsWith(github.ref, 'refs/tags/') && github.event.base_ref == 'refs/heads/main' }} + # if: ${{ startsWith(github.ref, 'refs/tags/') && github.event.base_ref == 'refs/heads/main' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index 1af2bf01..db7da70d 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def parse_requirements(filename): if __name__ == "__main__": setup( name=PACKAGE_NAME, - version="0.1.4", + version="0.2.0", description="A simple python package for controlling an aries agent through the admin-api interface", long_description=long_description, long_description_content_type="text/markdown",