Skip to content

Commit 65e5c27

Browse files
committed
Add a command to the comment explaining how to upload new versions
1 parent ed4b23b commit 65e5c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Run 'twine upload dist/*' to upload new version
1+
# Run 'python setup.py sdist bdist_wheel && twine upload dist/*' to upload new version
22

33
import os
44
from setuptools import setup

0 commit comments

Comments
 (0)