Browse Source

Disable pypi build

Arkadiusz Ryś 2 years ago
parent
commit
70f55f5090
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -22,7 +22,7 @@ before_script:
   - docker info
   - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
 
-build-upload:
+.build-upload:
   image: python:3.11
   stage: build
   before_script: