Skip to content

Commit 2cf7f5b

Browse files
author
natct10
committed
Fix twine command
1 parent d0d8d23 commit 2cf7f5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Make sure that you have the right access to [PyPI](https://pypi.org/project/mplc
200200

201201
```bash
202202
$ python3 setup.py sdist bdist_wheel
203-
$ python3 twine upload dist/*
203+
$ twine upload dist/*
204204
```
205205

206206
## 3. Further Resources

0 commit comments

Comments
 (0)