Skip to content

Commit 343a521

Browse files
committed
Create the virtual env for the build action.
1 parent 2142ae6 commit 343a521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: 3.9
2323

2424
- name: Build a binary wheel and a source tarball
25-
run: make build
25+
run: make venv && make build
2626

2727
- name: Release on PyPI
2828
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)