Skip to content
Snippets Groups Projects
Commit c9a34767 authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Merge branch 'new_image_registry' into 'master'

New image registry

See merge request !19
parents 6976c7c7 77f3eb4a
No related branches found
No related tags found
1 merge request!19New image registry
Pipeline #19264 failed
stages:
- doc
- release
lint:
image: python
......@@ -29,3 +30,14 @@ pages:
when: always
paths:
- public
release:
stage: release
image: python:latest
needs: []
tags:
- docker, specific
script:
- pip install twine
- python setup.py sdist bdist_wheel
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
......@@ -85,6 +85,7 @@ setup(
url="https://gitlab.dkrz.de/freva/deployment.git",
description="Deploy freva and its services on different machines.",
long_description=read("README.md"),
long_description_content_type="text/markdown",
license="GPLv3",
packages=find_packages("src"),
package_dir={"": "src"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment