diff --git a/.github/workflows/pypi_release.yml b/.github/workflows/pypi_release.yml index 544fe7f..ae89ec4 100644 --- a/.github/workflows/pypi_release.yml +++ b/.github/workflows/pypi_release.yml @@ -23,7 +23,7 @@ jobs: - name: Install pypa/setuptools run: >- python -m - pip install wheel + pip install wheel numpy Cython - name: Extract tag name id: tag run: echo ::set-output name=TAG_NAME::$(echo $GITHUB_REF | cut -d / -f 3)