From acd75d85c70ee961499bc2ed129fb19c607b20c3 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Wed, 1 Jun 2022 20:44:40 +0100 Subject: [PATCH] Move installed data file check to script --- .github/workflows/release.yml | 22 +++------------------- ci/check_installed_data.py | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 19 deletions(-) create mode 100755 ci/check_installed_data.py 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 <