ci: build and include language files
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Luca 2023-12-16 23:50:26 +01:00
parent ad86b5dfd3
commit fac4f8ba56
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@ steps:
export PATH="$$DRONE_WORKSPACE/.venv/bin:$$PATH"
- echo $$PATH
- which pip
- pip install black build flake8 isort twine
- pip install black build Django flake8 isort twine
- name: check style
image: python:3.11-alpine
@ -32,6 +32,7 @@ steps:
commands:
- *path
- python -m build
- django-admin compilemessages
- name: publish
image: python:3.11-alpine

View File

@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.6.0"