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