diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1df3dcae..264aaea1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,26 +57,10 @@ jobs: run: | ./ci/check_sdist.py dist/jupyterhub-*.tar.gz - - name: verify wheel + - name: verify data-files are installed where they are found run: | - cd dist - pip install ./*.whl - # verify data-files are installed where they are found - cat <