From 5cb9a9e07959b5b9d6dfe317ee5f56608657b329 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Tue, 16 Apr 2024 21:54:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 9c27765..b6e3880 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -29,9 +29,15 @@ jobs: uses: http://hmtsai.cn:3000/actions/checkout@v4 - name: Build run: python3 setup.py build + - name: Check + run: | + echo "pwd:" + pwd + echo "File list:" + ls - name: Publish env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - twine upload dist/* + twine upload magictk/dist/*