File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -5,24 +5,15 @@ pipenv:
5
5
pip install pipenv
6
6
pipenv install --dev
7
7
8
- deploy-patch : requirements bumpversion-patch sdist bdist wheels upload clean
8
+ deploy-patch : requirements bumpversion-patch upload clean
9
9
10
- deploy-minor : requirements bumpversion-minor sdist bdist wheels upload clean
10
+ deploy-minor : requirements bumpversion-minor upload clean
11
11
12
- deploy-major : requirements bumpversion-major sdist bdist wheels upload clean
12
+ deploy-major : requirements bumpversion-major upload clean
13
13
14
14
requirements :
15
15
pipenv_to_requirements
16
16
17
- sdist : requirements
18
- python setup.py sdist
19
-
20
- bdist : requirements
21
- python setup.py bdist
22
-
23
- wheels : requirements
24
- python setup.py bdist_wheel
25
-
26
17
bumpversion-patch :
27
18
bumpversion patch
28
19
git push
@@ -58,4 +49,5 @@ clean-pyc:
58
49
find . -name ' .mypy_cache' -exec rm -fr {} +
59
50
60
51
upload :
52
+ python setup.py sdist bdist_wheel
61
53
twine upload dist/*
You can’t perform that action at this time.
0 commit comments