From 6f2f475da10841b968d42639f4e3861c1c6a25f2 Mon Sep 17 00:00:00 2001 From: zhangzhuocheng Date: Wed, 25 Dec 2024 16:37:27 +0800 Subject: [PATCH] update action --- .github/workflows/publish.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9fb5c44..efa67b5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -28,12 +28,6 @@ jobs: - name: Build wheels run: cibuildwheel --platform linux --output-dir wheelhouse - - name: Publish to GitHub Releases - uses: s0/git-tag-release@v1 - with: - files: wheelhouse/*.whl - token: ${{ secrets.GH_TOKEN }} - - name: Publish to PyPI env: TWINE_USERNAME: __token__