summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBatuhan Taskaya <isidentical@gmail.com>2022-05-05 23:40:39 +0300
committerBatuhan Taskaya <isidentical@gmail.com>2022-05-05 23:40:39 +0300
commit343a521673a4903e00ac73e95d31785ebcb9767d (patch)
tree5dd1d1370a1a3574463c48fde99105665c1a601b
parent2142ae60c339144697cf93f40d1e740be344224d (diff)
Create the virtual env for the build action.
-rw-r--r--.github/workflows/release-pypi.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml
index dfa8afd4..7f135953 100644
--- a/.github/workflows/release-pypi.yml
+++ b/.github/workflows/release-pypi.yml
@@ -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