Skip to content

Commit

Permalink
Release: Mention that we need to use a venv with the latest setupotools
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ccordoba12 committed Dec 29, 2017
1 parent a4b5312 commit bc9f275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Expand Up @@ -16,9 +16,9 @@ To release a new version of Spyder you need to follow these steps:

* python setup.py sdist upload

* python2 setup.py bdist_wheel upload
* activate py2env-with-latest-setuptools && python2 setup.py bdist_wheel upload

* python3 setup.py bdist_wheel upload
* activate py3env-with-latest-setuptools && python3 setup.py bdist_wheel upload

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

Expand Down

0 comments on commit bc9f275

Please sign in to comment.