From ca3937443a4dc405407d55af588226435d12ab1e Mon Sep 17 00:00:00 2001 From: "Mayr, Hannes" <hannes.mayr@stud.tu-darmstadt.de> Date: Tue, 29 Nov 2022 16:06:26 +0100 Subject: [PATCH] WIP --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ddc02f..2c93d76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,7 +99,7 @@ build_and_upload: script: - pip install build twine - python3 -m build - - TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --repository-url https://test.pypi.org/simple/ dist/* + - TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --repository testpypi dist/* rules: - if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH" - when: manual -- GitLab