From 26d763a02bd7ca2608820976b517951d766a6591 Mon Sep 17 00:00:00 2001 From: ramazanyetis <135855379+ramazanyetis@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:44:20 +0300 Subject: [PATCH] Update github_master.yml Signed-off-by: ramazanyetis <135855379+ramazanyetis@users.noreply.github.com> --- .github/workflows/github_master.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github_master.yml b/.github/workflows/github_master.yml index f5110ed..4b3627b 100644 --- a/.github/workflows/github_master.yml +++ b/.github/workflows/github_master.yml @@ -72,11 +72,11 @@ jobs: --outdir dist/ . - - name: Publish distribution to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{secrets.TOKEN_TEST_PYPI}} - repository-url: https://test.pypi.org/legacy/ +# - name: Publish distribution to Test PyPI +# uses: pypa/gh-action-pypi-publish@release/v1 +# with: +# password: ${{secrets.TOKEN_TEST_PYPI}} +# repository-url: https://test.pypi.org/legacy/ - name: Publish distribution to PyPI if: startsWith(github.ref, 'refs/tags')