Skip to content
Snippets Groups Projects
Commit 608b0436 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

tab -> space

parent 26cf6d32
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -29,8 +29,8 @@ release:pypi:
- yum install -y epel-release
- yum update -y
- yum install -y python34 python34-pip
- pip3 install twine
- pip3 install twine
- python3 setup.py sdist
- twine upload dist/* -u ${PYPI_USER} -p ${PYPI_PASSWORD}
- twine upload dist/* -u ${PYPI_USER} -p ${PYPI_PASSWORD}
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment