From d9113179ee10593b4840914268c6da9e6223bab4 Mon Sep 17 00:00:00 2001 From: "kosuke.nakano" Date: Thu, 21 Dec 2023 16:32:04 +0900 Subject: [PATCH] updated a workflow --- .github/workflows/shry-deploy-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/shry-deploy-test.yml b/.github/workflows/shry-deploy-test.yml index 791e07f..0fe1b04 100644 --- a/.github/workflows/shry-deploy-test.yml +++ b/.github/workflows/shry-deploy-test.yml @@ -7,7 +7,6 @@ on: jobs: deploy-pypi: - run: echo "${{ github.repository }}" if: github.repository == 'shry-project/SHRY' runs-on: ubuntu-latest @@ -28,7 +27,6 @@ jobs: python setup.py sdist bdist_wheel - name: Publish distribution to Test PyPI - run: echo "${{ github.ref }}" if: startsWith(github.ref, 'refs/tags/v') uses: pypa/gh-action-pypi-publish@release/v1 with: