Skip to content

Commit 5e76ebc

Browse files
committed
Use make install to get the dependencies as well
1 parent 343a521 commit 5e76ebc

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 venv && make build
25+
run: make install && make build
2626

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

0 commit comments

Comments
 (0)