Skip to content
Snippets Groups Projects
Commit b3248b45 authored by mehtank's avatar mehtank
Browse files

CI create pypi package on tag

parent 54de4f76
No related merge requests found
build-package:
stage: deploy
image: python:3
script:
- cat $PYPIRC > /tmp/.pypirc
- pip3 install twine
- python3 setup.py bdist_wheel
- python3 -m twine upload --repository lemur dist/rocolib-${CI_COMMIT_TAG}-py3-none-any.whl --config-file /tmp/.pypirc
only:
- tags
......@@ -9,7 +9,7 @@ from os.path import realpath
from os.path import relpath
__version__ = "0.1"
__version__ = "0.2.0"
__author__ = 'UCLA LEMUR'
__credits__ = 'The Laboratory for Embedded Machines and Ubiquitous Robots'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment