From ff7fdd12d7681879375b9fc850d9583fdf9150ba Mon Sep 17 00:00:00 2001 From: taoning Date: Wed, 23 Oct 2024 17:24:20 -0700 Subject: [PATCH] update workflow --- .github/workflows/pypi_upload.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index 6904020..bccd82d 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -63,8 +63,6 @@ jobs: steps: - name: Download artifacts uses: actions/download-artifact@v4 - with: - path: dist - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1