ci: install python build
This commit is contained in:
parent
85d71ac8b2
commit
ebd4e8c9dc
|
@ -7,6 +7,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
|
- python -m pip install build
|
||||||
- python -m build
|
- python -m build
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/pypi
|
image: plugins/pypi
|
||||||
|
|
Loading…
Reference in New Issue