fix: replace poetry build with make build

This commit is contained in:
Gabriel Almeida 2023-03-14 11:57:21 -03:00
commit 1840ec2a32

View file

@ -28,7 +28,7 @@ jobs:
python-version: "3.10"
cache: "poetry"
- name: Build project for distribution
run: poetry build
run: make build
- name: Check Version
id: check-version
run: |