Release 0.56.0
[enh] Add 0.56.0 changes to CHANGELOG.md
Merge request reports
Activity
Filter activity
changed milestone to %0.56.0
Me neither. A task is planned to write this down: #104 (closed).
What I would do:
- Create a commit with an associated tag on
dev
- Merge all commits from
dev
tomaster
- Release on PyPI from a pipeline on
master
as it is only possible frommaster
:
release: extends: - .pyenv - .push_to_github stage: release when: manual script: - pip install -r requirements.txt - pip install -r requirements_deploy.txt - make build - make deploy PYPI_LOGIN=${PYPI_LOGIN} PYPI_PASSWORD=${PYPI_PASSWORD} only: - tags - master
- Create a commit with an associated tag on
assigned to @moul
Please register or sign in to reply