From 5cd6ed0096d4f6117bd2badc87c96a8a0157a3ab Mon Sep 17 00:00:00 2001 From: Zhongjie Duan <35051019+Artiprocher@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:12:37 +0800 Subject: [PATCH] Update publish.yaml --- .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 84902c2..cc0621c 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_API_TOKEN }} + twine upload dist/* --skip-existing -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}