Skip to content

Commit

Permalink
Added PyPI section
Browse files Browse the repository at this point in the history
  • Loading branch information
adw0rd committed Jan 27, 2023
1 parent d56e044 commit c94e155
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,10 @@ cl.video_upload_to_story(
* [Handle Exceptions](https://adw0rd.github.io/instagrapi/usage-guide/handle_exception.html)
* [Challenge Resolver](https://adw0rd.github.io/instagrapi/usage-guide/challenge_resolver.html)
* [Exceptions](https://adw0rd.github.io/instagrapi/exceptions.html)

## PyPI

To release, you need to call the following commands:

python setup.py sdist
twine upload dist/*

0 comments on commit c94e155

Please sign in to comment.