Create the virtual env for the build action.

This commit is contained in:
Batuhan Taskaya 2022-05-05 23:40:39 +03:00
parent 2142ae60c3
commit 343a521673

View File

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