Loading csp-lmc-common/.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
csp-lmc-common/.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading