Use make install to get the dependencies as well

This commit is contained in:
Batuhan Taskaya 2022-05-05 23:44:17 +03:00
parent 343a521673
commit 5e76ebc5e1

View File

@ -22,7 +22,7 @@ jobs:
python-version: 3.9
- name: Build a binary wheel and a source tarball
run: make venv && make build
run: make install && make build
- name: Release on PyPI
uses: pypa/gh-action-pypi-publish@master