ci: fix build order
This commit is contained in:
parent
fac4f8ba56
commit
41f5fa840b
|
@ -31,8 +31,8 @@ steps:
|
||||||
image: python:3.11-alpine
|
image: python:3.11-alpine
|
||||||
commands:
|
commands:
|
||||||
- *path
|
- *path
|
||||||
- python -m build
|
|
||||||
- django-admin compilemessages
|
- django-admin compilemessages
|
||||||
|
- python -m build
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: python:3.11-alpine
|
image: python:3.11-alpine
|
||||||
|
|
Loading…
Reference in New Issue