Skip to content
Snippets Groups Projects

Build package again before prod release

Merged Daniel Sali requested to merge pypi_verbose_upload into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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
Loading