diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index cdae135..7f25d05 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -35,7 +35,6 @@ jobs: - name: Build source distribution run: | python setup.py sdist bdist_wheel - python -m twine upload dist/* - name: Publish package uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/meta.yaml b/meta.yaml index 4104760..df44c93 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,9 +1,9 @@ package: name: "hexwatershed" - version: "0.2.22" + version: "0.2.23" source: - git_rev: v0.2.22 + git_rev: v0.2.23 git_url: https://github.com/changliao1025/pyhexwatershed build: diff --git a/setup.cfg b/setup.cfg index c0166a9..ca44670 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.22 +current_version = 0.2.23 commit = True tag = True diff --git a/setup.py b/setup.py index 9fd2c39..34204d3 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ AUTHOR = "Chang Liao" AUTHOR_EMAIL = "chang.liao@pnnl.gov" URL = "https://github.com/changliao1025/pyhexwatershed" -VERSION = "0.2.22" +VERSION = "0.2.23" REQUIRES_PYTHON = ">=3.8.0" KEYWORDS = "hexwatershed hexagon"