From da61fdcef50271b6b8d63753c764dafe12542285 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Fri, 19 Jan 2024 23:26:51 +0900 Subject: [PATCH] Update install check in CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fbd36e2..e2162d4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,6 +124,6 @@ jobs: - name: Install from dist run: | - rm -f dist/*.tar.gz - python setup.py sdist - pip install dist/*.tar.gz + make build + pip install dist/gdown-*.tar.gz + pip install dist/gdown-*.whl