diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1aef2d9..363a744 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ publish: artifacts: true script: - python3 -m pip install twine - - python3 -m twine upload --repository testpypi dist/* + - python3 -m twine upload dist/* create_tag: extends: .git:create_tag