Commit d5fcd3f3 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

TestPipeline: Try to publish the python test package to gitlab

parent 6e07b195
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -133,7 +133,8 @@ linting:csp-lmc-common:
  except: [master]
  script:
    - cd $BUILD_PATH
    - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true
    - cat $TESTPIPRC  > /tmp/.pypirc
    - twine upload --repository-url gitlab $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA) --config-file /tmp/.pypirc

.publish_python_release_common:
  extends: .publish_python_common