summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBatuhan Taskaya <isidentical@gmail.com>2022-05-05 23:44:17 +0300
committerBatuhan Taskaya <isidentical@gmail.com>2022-05-05 23:44:17 +0300
commit5e76ebc5e14032fab8fef186efb4872fe108ecf3 (patch)
treed7638a27d6e405fa9d7a19b769fbb4025a3abf1b
parent343a521673a4903e00ac73e95d31785ebcb9767d (diff)
Use make install to get the dependencies as well
-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 7f135953..ca6221b5 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 venv && make build
+ run: make install && make build
- name: Release on PyPI
uses: pypa/gh-action-pypi-publish@master