We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e8c96 commit 3abd6f5Copy full SHA for 3abd6f5
.circleci/config.yml
@@ -163,14 +163,6 @@ commands:
163
. ci/bin/activate
164
pip install docutils
165
pip install Pygments
166
- python setup.py --long-description > ../README.rst
167
- cat ../README.rst | rst2html.py 1> ../README.html 2> ../log
168
- cp ../README.rst "$CIRCLE_ARTIFACTS"
169
- cp ../log "$CIRCLE_ARTIFACTS"
170
- if [ -s ../log ] ; then
171
- cat ../log
172
- exit 1
173
- fi # rst2html.py alwaysexits with 0, check log size
174
python setup.py bdist_wheel
175
python setup.py sdist
176
mkdir -p "$CIRCLE_ARTIFACTS/dist"
0 commit comments