diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 68e2b52e..00000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,19 +0,0 @@ -stages: - - deploy - -before_script: - - apt-get update -qy - - apt-get install -y python3 python3-dev python3-pip - - python3 -m pip install --upgrade pip - -pages: - stage: deploy - script: - - python3 -m pip install .[doc] - - python3 setup.py build_sphinx - - cp build/sphinx/html public -R - - python3 setup.py bdist_wheel - - cp dist/*.whl public/ - artifacts: - paths: - - public