Skip to content
Snippets Groups Projects

feat(py3/py27): integrate pytest-html

Merged Laurent Peuch requested to merge topic/default/pytest-html into branch/default
2 unresolved threads
Files
2
upload-python-package-to-heptapod:
stage: publish
image: python
rules:
- if: '$CI_MERGE_REQUEST_ID'
when: never
- if: '$CI_COMMIT_TAG'
when: on_success
before_script:
- pip install twine
script:
- python setup.py sdist bdist_wheel
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url https://forge.extranet.logilab.fr/api/v4/projects/${CI_PROJECT_ID}/packages/pypi dist/*
Loading