From 3e091b0c57d8e74a7df6db91d21c866a839ba241 Mon Sep 17 00:00:00 2001 From: rafaelsideguide <150964962+rafaelsideguide@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:33:11 -0300 Subject: [PATCH] Update publish-python-sdk.yml --- .github/workflows/publish-python-sdk.yml | 40 ++++++++++++------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/publish-python-sdk.yml b/.github/workflows/publish-python-sdk.yml index 442ac4a..2044b89 100644 --- a/.github/workflows/publish-python-sdk.yml +++ b/.github/workflows/publish-python-sdk.yml @@ -32,25 +32,25 @@ jobs: run: | VERSION_INCREMENTED=$(python .github/scripts/check_version_has_incremented.py python ./apps/python-sdk/firecrawl firecrawl-py) echo "VERSION_INCREMENTED=$VERSION_INCREMENTED" >> $GITHUB_ENV - - - name: Debug output of version check - run: | - echo "Output of VERSION_INCREMENTED: '${{ env.VERSION_INCREMENTED }}'" - - - name: Set published version environment variable - if: ${{ env.VERSION_INCREMENTED == 'true' }} - run: | - echo "Published Version: ${{ env.VERSION_INCREMENTED }}" - - name: Build the package - if: ${{ env.VERSION_INCREMENTED == 'true' }} - run: | - python -m build + # - name: Debug output of version check + # run: | + # echo "Output of VERSION_INCREMENTED: '${{ env.VERSION_INCREMENTED }}'" + + # - name: Set published version environment variable + # if: ${{ env.VERSION_INCREMENTED == 'true' }} + # run: | + # echo "Published Version: ${{ env.VERSION_INCREMENTED }}" - - name: Publish to PyPI - if: ${{ env.VERSION_INCREMENTED == 'true' }} - env: - TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} - TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} - run: | - echo "Publishing to PyPI" + # - name: Build the package + # if: ${{ env.VERSION_INCREMENTED == 'true' }} + # run: | + # python -m build + + # - name: Publish to PyPI + # if: ${{ env.VERSION_INCREMENTED == 'true' }} + # env: + # TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} + # TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} + # run: | + # echo "Publishing to PyPI"