ci: build and include language files
This commit is contained in:
parent
ad86b5dfd3
commit
fac4f8ba56
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.5.0"
|
||||
__version__ = "0.6.0"
|
||||
|
|
Loading…
Reference in New Issue