Skip to content

Commit 740f042

Browse files
committed
Fix a typo in readme
1 parent 88b0367 commit 740f042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ In order to release new version you need to be a maintainer on Pypi.
7777
- Commit and push to Github
7878
- Create a new tag for the version (eg. `v2.9.0`)
7979
- Create a new dist with python `python setup.py sdist`
80-
- Upload the new distributable with wine `twine upload dist/stream-chat-VERSION-NAME.tar.gz`
80+
- Upload the new distributable with twine `twine upload dist/stream-chat-VERSION-NAME.tar.gz`
8181

8282
If unsure you can also test using the Pypi test servers `twine upload --repository-url https://test.pypi.org/legacy/ dist/stream-chat-VERSION-NAME.tar.gz`

0 commit comments

Comments
 (0)