diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5e4b74..89a7af5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ publish: artifacts: true script: - python3 -m pip install twine - - python3 -m twine upload --repository testpypi dist/* + - python3 -m twine upload --repository testpypi dist/* --verbose create_tag: extends: .git:create_tag