Skip to content

Commit

Permalink
要提交的变更:
Browse files Browse the repository at this point in the history
	修改:     README.md
	修改:     setup.py
  • Loading branch information
netkiller committed Oct 26, 2023
1 parent 3785fa4 commit 696eb9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ Deployment
python36 setup.py sdist
python36 setup.py install --prefix=/srv/devops

### Deploy Pypi

$ python3 setup.py sdist bdist_wheel
$ twine upload dist/netkiller-devops-x.x.x.tar.gz

Backup
------
[Data backup tools](https://github.com/netkiller/devops/blob/master/doc/backup.md).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="netkiller-devops",
version="0.6.20",
version="0.7.1",
author="Neo Chen",
author_email="netkiller@msn.com",
description="DevOps of useful deployment and automation",
Expand Down

0 comments on commit 696eb9d

Please sign in to comment.