From bc0d7f8fd2218b8bc6b1e9a42c462a5b41a4ccf6 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 31 May 2023 08:53:39 +0200 Subject: [PATCH] don't publish Python packages yet --- .github/workflows/build-majestic.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index ca19cfb30..e7a0f04f9 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -360,9 +360,9 @@ jobs: name: python-windows path: ./dist - - name: Publish - env: - TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.pypi_password }} - run: | - (cd ./src/runtime/python && curl -I --fail https://pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/) || twine upload --skip-existing dist/* +# - name: Publish +# env: +# TWINE_USERNAME: __token__ +# TWINE_PASSWORD: ${{ secrets.pypi_password }} +# run: | +# (cd ./src/runtime/python && curl -I --fail https://pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/) || twine upload --skip-existing dist/*