Commit 965d6618 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

TestPipeline: fix error in script to updaload package

parent d5fcd3f3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ linting:csp-lmc-common:
  script:
    - cd $BUILD_PATH
    - cat $TESTPIPRC  > /tmp/.pypirc
    - twine upload --repository-url gitlab $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA) --config-file /tmp/.pypirc
    - twine upload --repository gitlab --config-file /tmp/.pypirc $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA)

.publish_python_release_common:
  extends: .publish_python_common