diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d715455..1709ff6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,6 @@ pypi-package: stage: package only: - tags - - update script: - apt-get update -y && apt-get install -y curl - curl -sSL https://install.python-poetry.org | python3 -