From 4f07eb095355969712cd64c1ada447df9ef48ff8 Mon Sep 17 00:00:00 2001 From: Evgeny Posenitskiy <45995097+q-posev@users.noreply.github.com> Date: Fri, 3 Jun 2022 10:38:13 +0200 Subject: [PATCH] [wheel build] PyPI release --- .github/workflows/build-wheels.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 4f35275..672ff12 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -220,15 +220,15 @@ jobs: ls -sh -w 1 working-directory: dist - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@master - with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - #verbose: true - - #- name: Publish distribution 📦 to PyPI + #- name: Publish distribution 📦 to Test PyPI # uses: pypa/gh-action-pypi-publish@master # with: - # password: ${{ secrets.PYPI_API_TOKEN }} + # password: ${{ secrets.TEST_PYPI_API_TOKEN }} + # repository_url: https://test.pypi.org/legacy/ + #verbose: true + + - name: Publish distribution 📦 to PyPI + uses: pypa/gh-action-pypi-publish@master + with: + password: ${{ secrets.PYPI_API_TOKEN }} #if: startsWith(github.ref, 'refs/tags')