You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,6 @@ In order to release new version you need to be a maintainer on Pypi.
77
77
- Commit and push to Github
78
78
- Create a new tag for the version (eg. `v2.9.0`)
79
79
- 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`
81
81
82
82
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