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