File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
test_utils/scripts/circleci Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -136,12 +136,6 @@ jobs:
136136 - deploy :
137137 name : Update the docs
138138 command : nox -e docs
139- - deploy :
140- name : Setup to Push to PyPI
141- command : |
142- if [[ -n "$CIRCLE_TAG" ]]; then
143- pip install --upgrade setuptools twine
144- fi
145139 - deploy :
146140 name : Push to PyPI (if this is a release tag).
147141 command : test_utils/scripts/circleci/twine_upload.sh
Original file line number Diff line number Diff line change @@ -29,5 +29,7 @@ PKG_DIR="$(python ${SCRIPT})"
2929
3030# Move into the package, build the distribution and upload.
3131cd ${PKG_DIR}
32- python setup.py sdist bdist_wheel
32+ python3 setup.py sdist bdist_wheel
33+
34+ pip3 install twine
3335twine upload dist/*
You can’t perform that action at this time.
0 commit comments