Skip to content

Commit 9e987cc

Browse files
committed
Fix commands in Release.md (now this support also python2)
1 parent 95e2ce8 commit 9e987cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ To release a new version of Spyder Reports:
1414

1515
* git add . && git commit -m 'Release X.X.X'
1616

17-
* python3 setup.py sdist upload
17+
* python setup.py sdist upload
1818

19-
* python3 setup.py bdist_wheel upload
19+
* python setup.py bdist_wheel upload
2020

2121
* git tag -a vX.X.X -m 'Release X.X.X'
2222

0 commit comments

Comments
 (0)