We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad7b8d commit 91b783cCopy full SHA for 91b783c
Makefile
@@ -34,12 +34,11 @@ dist: clean
34
ls -l dist
35
36
test-release: dist
37
- pip install -U twine
+ pip install -U twine bumpversion
38
gpg --detach-sign -a dist/*
39
twine upload -r pypitest dist/*
40
41
release: dist
42
43
44
twine upload dist/*
45
-
setup.cfg
@@ -1,2 +1,10 @@
1
+[bumpversion]
2
+current_version = 1.8.2
3
+commit = True
4
+tag = True
5
+tag_name = {new_version}
6
+
7
+[bumpversion:file:simple_history/__init__.py]
8
9
[bdist_wheel]
10
universal = 1
0 commit comments