From 1f992bfba3ed866f7b223f32ef1258a0685a0e68 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Sat, 21 May 2022 22:11:19 +0800 Subject: [PATCH] comment pypi --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc3177f..1e806be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,8 +36,8 @@ jobs: - name: Setup Python environment uses: ./.github/actions/setup-python - - name: Publish PyPI - run: poetry publish --build -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} || echo "Already pushed to pypi" + # - name: Publish PyPI + # run: poetry publish --build -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} || echo "Already pushed to pypi" - run: | echo "TAG_NAME=${GITHUB_REF#refs/tags/} >> $GITHUB_ENV"