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

Merge branch 'pypi_verbose_upload' into 'main'

Build package again before prod release

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