From 93bc859161c8776a599eb49cfd5e8c462b7955b8 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Sat, 11 Nov 2023 16:00:29 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f68e750..3985c4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,5 +17,5 @@ build-job: # This job runs in the build stage, which runs first. - pip install -U twine - python setup.py sdist - echo "Compile complete." - - twine upload dist/* + - twine upload dist/* --username $USER_NAME --password $API_KEY $artifact - echo "Upload complete."