Skip to content
Snippets Groups Projects
Commit ca076736 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] fix bug with setuptools 28.8.x version in gitlab CI/CD image

Trigger gitlab CI/CD on requirements_deploy.txt changes
parent 3a7def9e
No related branches found
No related tags found
1 merge request!777Dev
...@@ -44,6 +44,7 @@ image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.7 ...@@ -44,6 +44,7 @@ image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.7
- .gitlab-ci.yml - .gitlab-ci.yml
- Makefile - Makefile
- requirements_dev.txt - requirements_dev.txt
- requirements_deploy.txt
- requirements.txt - requirements.txt
- setup.py - setup.py
- tests/**/*.py - tests/**/*.py
......
setuptools setuptools>=46.0.0
wheel wheel
twine twine
\ No newline at end of file
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