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

ci-fix

parent 310d21b1
No related branches found
No related tags found
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