From 8a1c52f75bb190e8caef21a28705fb0a40c3e872 Mon Sep 17 00:00:00 2001 From: Leon Thomm Date: Mon, 20 May 2024 17:39:01 +0200 Subject: [PATCH] don't publish to TestPyPI --- .github/workflows/publish-ryven.yml | 14 +++++++------- .github/workflows/publish-ryvencore-qt.yml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/publish-ryven.yml b/.github/workflows/publish-ryven.yml index e654e50b..047a01f9 100644 --- a/.github/workflows/publish-ryven.yml +++ b/.github/workflows/publish-ryven.yml @@ -1,4 +1,4 @@ -name: Publish Ryven wheel to TestPyPi and PyPi +name: Publish Ryven wheel to PyPi on: create: tags: @@ -18,12 +18,12 @@ jobs: - name: Build binary wheel and source tarball run: python -m build --sdist --wheel --outdir dist/ working-directory: ./ryven-editor - - name: Publish distribution to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.GH_AC_RYVEN_TEST_PYPI_API_TOKEN }} - repository-url: https://test.pypi.org/legacy/ - packages-dir: ryven-editor/dist/ + # - name: Publish distribution to TestPyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # password: ${{ secrets.GH_AC_RYVEN_TEST_PYPI_API_TOKEN }} + # repository-url: https://test.pypi.org/legacy/ + # packages-dir: ryven-editor/dist/ - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: diff --git a/.github/workflows/publish-ryvencore-qt.yml b/.github/workflows/publish-ryvencore-qt.yml index 0de53e94..d36a8ac5 100644 --- a/.github/workflows/publish-ryvencore-qt.yml +++ b/.github/workflows/publish-ryvencore-qt.yml @@ -1,4 +1,4 @@ -name: Publish ryvencore-qt wheel to TestPyPi and PyPi +name: Publish ryvencore-qt wheel to PyPi on: create: tags: @@ -18,12 +18,12 @@ jobs: - name: Build binary wheel and source tarball run: python -m build --sdist --wheel --outdir dist/ working-directory: ./ryvencore-qt - - name: Publish distribution to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.GH_AC_RCQT_TEST_PYPI_API_TOKEN }} - repository-url: https://test.pypi.org/legacy/ - packages-dir: ryvencore-qt/dist/ + # - name: Publish distribution to TestPyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # password: ${{ secrets.GH_AC_RCQT_TEST_PYPI_API_TOKEN }} + # repository-url: https://test.pypi.org/legacy/ + # packages-dir: ryvencore-qt/dist/ - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: