Skip to content

Commit

Permalink
Merge pull request #73 from changliao1025/development
Browse files Browse the repository at this point in the history
remove twine
  • Loading branch information
changliao1025 authored May 11, 2023
2 parents 784738a + e59420a commit 661e32b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.22
current_version = 0.2.23
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
AUTHOR = "Chang Liao"
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/changliao1025/pyhexwatershed"
VERSION = "0.2.22"
VERSION = "0.2.23"
REQUIRES_PYTHON = ">=3.8.0"
KEYWORDS = "hexwatershed hexagon"

Expand Down

0 comments on commit 661e32b

Please sign in to comment.