From 3d7705f1dd11e0a452dae0c6940aa5961a43b99b Mon Sep 17 00:00:00 2001 From: Alfred Ashur Oshana <alfredashur.oshana@stud.h-da.de> Date: Fri, 1 Nov 2024 20:07:45 +0100 Subject: [PATCH] ci-fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3789a8e..a833db4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/* -- GitLab