File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ this step and go back to the master branch if there are any API changes.
140
140
## Make distribution packages
141
141
142
142
First make sure you are using a clean version of python. Use virtualenv and
143
- pyenv packages. Make sure you are using python 2.7.12 . I would normally do this
143
+ pyenv packages. Make sure you are using python 3.9.1 . I would normally do this
144
144
on a clean machine:
145
145
146
146
(install [ pyenv] ( https://github.com/yyuu/pyenv#installation ) )
@@ -149,11 +149,11 @@ on a clean machine:
149
149
150
150
``` bash
151
151
git clean -xdf
152
- pyenv install -s 2.7.12
153
- pyenv global 2.7.12
152
+ pyenv install -s 3.9.1
153
+ pyenv global 3.9.1
154
154
virtualenv .release
155
155
source .release/bin/activate
156
- python --version # Make sure you get Python 2.7.12
156
+ python --version # Make sure you get Python 3.9.1
157
157
pip install twine
158
158
```
159
159
You can’t perform that action at this time.
0 commit comments