From 23ef9c4b709264e2de113cd60abcc4012a22190d Mon Sep 17 00:00:00 2001 From: Seung-seob Lee Date: Thu, 1 Aug 2024 02:00:17 +0000 Subject: [PATCH] Github action udpate for auditwheel repair (4) --- .github/workflows/publish-to-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 3078a8e..ae3f8af 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -33,9 +33,9 @@ jobs: uses: actions/upload-artifact@v4 with: name: python-package-distributions - path: dist/wheelhouse/ + path: wheelhouse/ - name: Print uploaded artifacts - run: ls -l dist/wheelhouse/ + run: ls -l wheelhouse/ publish-to-pypi: name: >-