@@ -135,24 +135,24 @@ Workflow for PyPI releases
135
135
* Run tests under all supported versions. As of March 2017 this includes
136
136
2.7, 3.3, 3.4, 3.5, 3.6.
137
137
138
- * On macOS, you can use [ pyenv]( https://github.com/pyenv/pyenv) to manage
139
- multiple Python installations. Long story short:
138
+ * On macOS, you can use ` pyenv < https://github.com/pyenv/pyenv >`_ to
139
+ manage multiple Python installations. Long story short:
140
140
141
- * `xcode-select --install `
142
- * `brew install pyenv `
143
- * `echo 'eval "$(pyenv init -)"' >> ~/.bash_profile `
141
+ * `` xcode-select --install ` `
142
+ * `` brew install pyenv ` `
143
+ * `` echo 'eval "$(pyenv init -)"' >> ~/.bash_profile ` `
144
144
* Open a new shell
145
- * `pyenv install 3.5.3 `
146
- * `pyenv install 3.4.6 `
147
- * `pyenv install 3.3.6 `
145
+ * `` pyenv install 3.5.3 ` `
146
+ * `` pyenv install 3.4.6 ` `
147
+ * `` pyenv install 3.3.6 ` `
148
148
* (assuming you already have 2.7.13 and 3.6.1 from Homebrew)
149
- * `pyenv global system 3.5.3 3.4.6 3.3.6 `
149
+ * `` pyenv global system 3.5.3 3.4.6 3.3.6 ` `
150
150
151
- * You can use `tox ` to automate running tests.
151
+ * You can use `` tox ` ` to automate running tests.
152
152
153
- * Update the version number in `setup.py `.
153
+ * Update the version number in `` setup.py ` `.
154
154
155
155
* Build a source distribution. Install it locally and test (if you
156
- were using `tox `, you already tested source distributions).
156
+ were using `` tox ` `, you already tested source distributions).
157
157
158
- * Run `twine upload dist/typing-3.x.y.tar.gz `.
158
+ * Run `` twine upload dist/typing-3.x.y.tar.gz ` `.
0 commit comments