diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b093687b..1634d3a9 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -42,6 +42,8 @@ jobs: - name: Build source tarball shell: bash run: | + pwd + ls -l python3.10 -m venv venv && source venv/bin/activate python -m pip install --upgrade pip python -m pip install build