Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ydf0509 committed Nov 13, 2021
1 parent 36b497d commit 76f7f2c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@

setup(
name='nb_log', #
<<<<<<< HEAD
version="6.0",
=======
version="5.8",
>>>>>>> 987a2aa16eb57b9f4239fd07ff2027bc8e218b5b
description=(
'very sharp color display,monkey patch bulitin print and high-performance multiprocess safe roating file handler,other handlers includeing dintalk ,email,kafka,elastic and so on '
),
Expand Down Expand Up @@ -67,12 +63,10 @@
python setup.py sdist upload -r pypi
<<<<<<< HEAD
python setup.py sdist & twine upload dist/nb_log-6.0.tar.gz
python setup.py sdist & python -m twine upload dist/nb_log-6.0.tar.gz
=======
python setup.py sdist & twine upload dist/nb_log-5.8.tar.gz
>>>>>>> 987a2aa16eb57b9f4239fd07ff2027bc8e218b5b
twine upload dist/*
Expand Down

0 comments on commit 76f7f2c

Please sign in to comment.