From 37835022741742b91ebe2e863c15fb646db7c15a Mon Sep 17 00:00:00 2001 From: ItayTheDar <118370953+ItayTheDar@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:48:36 +0300 Subject: [PATCH] silent publish package to test pypi --- .github/workflows/release.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 353fe13..72eff6d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -79,16 +79,16 @@ jobs: - name: Build package run: python -m build - - name: Publish package to TestPyPI - run: | - python -m twine upload dist/* -r testpypi -u ${{ secrets.TEST_PYPI_API_USER }} -p ${{ secrets.TEST_PYPI_API_TOKEN }} +# - name: Publish package to TestPyPI +# run: | +# python -m twine upload dist/* -r testpypi -u ${{ secrets.TEST_PYPI_API_USER }} -p ${{ secrets.TEST_PYPI_API_TOKEN }} - - name: Install test package - run: | - pip install --index-url https://test.pypi.org/simple/ --no-deps pynest-api +# - name: Install test package +# run: | +# pip install --index-url https://test.pypi.org/simple/ --no-deps pynest-api - # import to check if package is installed correctly - python -c "import nest" +# # import to check if package is installed correctly +# python -c "import nest" - name: Commit and push changes run: | @@ -114,4 +114,4 @@ jobs: contents: read pages: write id-token: write - uses: ./.github/workflows/deploy_docs.yaml \ No newline at end of file + uses: ./.github/workflows/deploy_docs.yaml