Skip to content
Snippets Groups Projects
Commit 08ed8c16 authored by Anton Joubert's avatar Anton Joubert
Browse files

Revert "Move metadata validation to CI build step"

This reverts commit ae02b138.
parent ae02b138
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ build wheel:
# TODO: consider moving git installation to ska-python-buildenv Dockerfile
- apt-get -y update
- apt-get install -y git --no-install-recommends
- scripts/validate-metadata.sh
- python setup.py sdist bdist_wheel
artifacts:
paths:
......@@ -89,6 +88,8 @@ publish to nexus:
TWINE_USERNAME: $TWINE_USERNAME
TWINE_PASSWORD: $TWINE_PASSWORD
script:
# Check metadata requirements
- scripts/validate-metadata.sh
- pip install twine
- twine upload --repository-url $PYPI_REPOSITORY_URL dist/*
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment