diff --git a/bumpr.rc b/bumpr.rc index a5d21d6..85d9f91 100644 --- a/bumpr.rc +++ b/bumpr.rc @@ -7,7 +7,7 @@ tag = true tag_format = v{version} push = true tests = pytest -publish = pytest setup.py bdist_wheel +publish = python setup.py bdist_wheel files = README.md