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
@@ -180,7 +180,7 @@ In order to release new version you need to be a maintainer on Pypi.
180
180
- Commit and push to Github
181
181
- Create a new tag for the version (eg. `v2.9.0`)
182
182
- Create a new dist with python `python setup.py sdist`
183
-
- Upload the new distributable with wine`twine upload dist/stream-python-VERSION-NAME.tar.gz`
183
+
- Upload the new distributable with twine`twine upload dist/stream-python-VERSION-NAME.tar.gz`
184
184
185
185
If unsure you can also test using the Pypi test servers `twine upload --repository-url https://test.pypi.org/legacy/ dist/stream-python-VERSION-NAME.tar.gz`
0 commit comments