Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit bcce7f2

Browse files
committed
Get ready for v0.1.0
1 parent 61005ad commit bcce7f2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
To upload a new version:
2+
3+
1. git tag a new version: `git tag v1.x.x`
4+
2. Package: `python setup.py sdist`
5+
3. Test installation using the tar: `pip install dist/*.tar`
6+
4. `twine upload dist/*`

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ paramiko
44
boto3
55
pyyaml
66
salt-pepper
7-
cm-api
87

98
# Test
109
pytest
@@ -14,3 +13,4 @@ moto
1413

1514
# Utils
1615
pylint
16+
twine

0 commit comments

Comments
 (0)