From 343a521673a4903e00ac73e95d31785ebcb9767d Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Thu, 5 May 2022 23:40:39 +0300 Subject: [PATCH] Create the virtual env for the build action. --- .github/workflows/release-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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