Skip to content

Commit

Permalink
update version in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ickc committed Dec 19, 2020
1 parent 14e3e30 commit 728bbe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:makefile]
search = "pantable-{current_version}"
replace = "pantable-{new_version}"
search = "{current_version}"
replace = "{new_version}"

[bumpversion:file:docs/badges.csv]
search = v{current_version}.
Expand Down
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Clean: clean
# Deploy to PyPI
## by CI, properly git tagged
pypi:
git tag -a v$$($(_python) setup.py --version) -m 'Deploy to PyPI'
git push origin v$$($(_python) setup.py --version)
git tag -a v0.13.0 -m 'Deploy to PyPI'
git push origin v0.13.0
## Manually
pypiManual:
rm -rf dist
Expand Down

0 comments on commit 728bbe6

Please sign in to comment.