From 40b772f9ec39cf35fc70c8014faa22849121842e Mon Sep 17 00:00:00 2001 From: Konstantinos Kallas Date: Tue, 17 Dec 2024 10:43:09 -0500 Subject: [PATCH] push to test pypi --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aeb6ead..0b7c1b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,13 +57,13 @@ jobs: - name: Download distributions uses: actions/download-artifact@v4 - # - name: Deploy test distribution to Test PyPI - # uses: pypa/gh-action-pypi-publish@release/v1 - # with: - # password: ${{ secrets.TEST_PYPI_API_TOKEN }} - # verbose: true - # repository_url: https://test.pypi.org/legacy/ - # skip_existing: true + - name: Deploy test distribution to Test PyPI + uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.TEST_PYPI_API_TOKEN }} + verbose: true + repository_url: https://test.pypi.org/legacy/ + skip_existing: true - name: Deploy tagged release on PyPI if: startsWith(github.ref, 'refs/tags')