Skip to content

Commit e66df72

Browse files
authored
Fix a typo in readme (#99)
1 parent 8da5178 commit e66df72

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
@@ -180,7 +180,7 @@ In order to release new version you need to be a maintainer on Pypi.
180180
- Commit and push to Github
181181
- Create a new tag for the version (eg. `v2.9.0`)
182182
- 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`
184184

185185
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`
186186

0 commit comments

Comments
 (0)