From ed89987703b6e901fa0233c9443cfc90faf0e0d5 Mon Sep 17 00:00:00 2001 From: "Xingjun.Wang" Date: Thu, 28 Nov 2024 14:55:43 +0800 Subject: [PATCH] change twine upload dir (#216) --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2d879117..e3349357 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -26,4 +26,4 @@ jobs: - name: Publish package to PyPI run: | pip install twine - twine upload package/dist/* --skip-existing -u __token__ -p ${{ secrets.PYPI_TOKEN }} + twine upload dist/* --skip-existing -u __token__ -p ${{ secrets.PYPI_TOKEN }}