diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c4580b..3f10601 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,11 +46,7 @@ publish: artifacts: true script: - python3 -m pip install twine - - echo $TWINE_USERNAME - - echo $TWINE_API - - echo $TWINE_PASSWORD - - echo $TWIN_USER - - python3 -m twine upload --repository testpypi dist/* --verbose + - python3 -m twine upload --repository testpypi dist/* create_tag: extends: .git:create_tag