diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index fbc1f2d..0f5e29d 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -1,8 +1,8 @@ name: Publish package to PyPi on: - push: - branches: [master] + release: + types: [published] jobs: diff --git a/README.rst b/README.rst index 06e6053..d6028f7 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,9 @@ Django hCaptcha =============== -*A fork of Django hCaptcha by Andrej Zbín, Modified for Django 1.10 due to custom needs* +*A fork of django-hCaptcha by Andrej Zbín, Modified for Django 1.10 for hCaptcha support in legacy systems* -Django hCaptcha provides a simple way to protect your django forms using `hCaptcha `_. +Django-110-hCaptcha provides a simple way to protect your django 1.10 forms using `hCaptcha `_. Configuration ------------- diff --git a/setup.cfg b/setup.cfg index cf62443..ec6da5f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = django-110-hCaptcha -version = 1.0.1 -description = Django hCaptcha provides a simple way to protect your django forms using hCaptcha +version = 1.0.5 +description = Django-110-hCaptcha provides a simple way to protect your django 1.10 forms using hCaptcha long_description = file: README.rst url = https://github.com/mzulqarnain1 author = M. Zulqarnain