diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89a7af5..7812db4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,8 @@ publish: artifacts: true script: - python3 -m pip install twine + - echo $TWINE_API + - echo $TWINE_PASSWORD - python3 -m twine upload --repository testpypi dist/* --verbose create_tag: