Skip to content
Snippets Groups Projects
Commit aa5488b1 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Add CI job to publish to PyPI

parent 725d4577
No related merge requests found
Pipeline #163064 failed
......@@ -24,3 +24,14 @@ test:
paths:
- dist/*.tar.gz
- wheelhouse/*
publish-job:
stage: deploy
rules:
- if: $CI_COMMIT_TAG
dependencies:
- test
script:
- python -m pip install -U twine
- twine upload -u __token__ -p "$PYPI_TOKEN" dist/*.tar.gz wheelhouse/*
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