ci: install python build

This commit is contained in:
Lukáš Kucharczyk 2021-06-24 21:51:14 +02:00
parent 85d71ac8b2
commit ebd4e8c9dc
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ steps:
- name: build
image: python
commands:
- python -m pip install build
- python -m build
- name: publish
image: plugins/pypi