Skip to content

Commit

Permalink
new make target
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Jun 7, 2023
1 parent 44c3d38 commit 9ddaf26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ test:
dist:
python setup.py sdist --formats gztar bdist_wheel

check:
twine check dist/*.whl

release:
twine upload dist/*

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ to all clients connected to session or to a specific connection:
opentok.play_dtmf(session_id, connection_id, digits)
Appending to the User Agent
-------
---------------------------

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

Expand Down

0 comments on commit 9ddaf26

Please sign in to comment.