diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index cda8f80..97bad67 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -1,9 +1,9 @@ name: Upload Python Package on: - push: - branches: - - feature/deploy # Change this to your branch for testing + release: + types: [published] + permissions: contents: read diff --git a/setup.py b/setup.py index 95375dd..82182ec 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="tiny-web-crawler", # PyPI package name - version="0.1.2", + version="0.1.3", author="Indrajith Indraprastham", author_email="indr4jith@gmail.com", description="A simple and efficient web crawler in Python.",