From 27c830d034335186c4948d361e66e06561690e67 Mon Sep 17 00:00:00 2001 From: NexusSfan Date: Wed, 24 Jul 2024 00:06:53 +0000 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b428f18..647384b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,5 @@ jobs: steps: - name: Init tools uses: actions/checkout@v4.1.7 - - name: build - uses: ./.github/workflows - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@v1.9.0