diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5f6163d..2991a8a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,8 +58,8 @@ jobs: if: ${{ startsWith(matrix.os, 'windows') }} run: | python -m build -# ls -al dist/ -# pip install dist/*.whl + dir dist + pip install dist/*.whl - name: Run example script run: |