From 820d48bd70a04bc7c4643e2fe6119c1b116da3ef Mon Sep 17 00:00:00 2001 From: zhengp0 Date: Tue, 10 Dec 2024 14:37:10 -0800 Subject: [PATCH] change the distribution directory name to dist --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6f1001a..b399425 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: python -m pip install cibuildwheel . --upgrade pip - name: Build package distribution - run: python -m cibuildwheel --output-dir wheelhouse + run: python -m cibuildwheel --output-dir dist env: CIBW_BUILD: "cp312-manylinux_x86_64" - name: Publish package distribution to PyPI