Skip to content
Snippets Groups Projects
Commit 7e449ea6 authored by Daniel Sali's avatar Daniel Sali
Browse files

Build package again before prod release

parent ee9e649e
No related branches found
No related tags found
1 merge request!6Build package again before prod release
......@@ -38,6 +38,7 @@ build:
publish:
stage: publish
script:
- python3 -m build
- TWINE_PASSWORD=${PYPI_TOKEN} TWINE_USERNAME=__token__ python3 -m twine upload --verbose dist/*
rules:
- if: $CI_COMMIT_TAG
......
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