From 577f74040f7862633ead439af4bd1bee3b1adb57 Mon Sep 17 00:00:00 2001 From: sean Date: Thu, 8 Feb 2024 17:29:38 +0900 Subject: [PATCH] github action if delete --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c435e9f2..8871594f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,6 @@ jobs: --sdist --outdir dist/ - name: Publish distribution 📦 to PyPI - if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file