Skip to content
Snippets Groups Projects
Commit 49b89253 authored by Alfred Ashur Oshana's avatar Alfred Ashur Oshana
Browse files

Update .gitlab-ci.yml

parent 546c9329
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ image: python:latest
run:
script:
- pip install build twine
- pip install build twine setuptools
- python setup.py sdist bdist_wheel
- ls -al
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment