diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8748ef5e4..fe7e68b0a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -131,9 +131,6 @@ jobs: source-tarball-name: ${{ needs.pre-setup.outputs.sdist-name }} workflow-artifact-name: >- ${{ needs.pre-setup.outputs.dists-artifact-name }} - - name: Delete the `yarl/` directory to prevent accidental imports - run: rm -rfv yarl - shell: bash - name: Download distributions uses: actions/download-artifact@v3 with: