Skip to content

Commit 9ddaf26

Browse files
committed
new make target
1 parent 44c3d38 commit 9ddaf26

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ test:
1313
dist:
1414
python setup.py sdist --formats gztar bdist_wheel
1515

16+
check:
17+
twine check dist/*.whl
18+
1619
release:
1720
twine upload dist/*
1821

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ to all clients connected to session or to a specific connection:
691691
opentok.play_dtmf(session_id, connection_id, digits)
692692
693693
Appending to the User Agent
694-
-------
694+
---------------------------
695695

696696
You can append a string to the user agent that is sent with requests:
697697

0 commit comments

Comments
 (0)