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
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ image: python:latest ...@@ -2,7 +2,7 @@ image: python:latest
run: run:
script: script:
- pip install build twine - pip install build twine setuptools
- python setup.py sdist bdist_wheel - python setup.py sdist bdist_wheel
- ls -al - 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/* - 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