diff --git a/.github/workflows/ci-wheels.yml b/.github/workflows/ci-wheels.yml index a1c18d9f778..c55b84941e1 100644 --- a/.github/workflows/ci-wheels.yml +++ b/.github/workflows/ci-wheels.yml @@ -35,9 +35,7 @@ jobs: - name: "building" shell: bash run: | - # require build with explicit --sdist and --wheel in order to - # get correct version associated with sdist and bdist artifacts - pipx run build --sdist --wheel + pipx run build - uses: actions/upload-artifact@v3 with: