Update publish-python-sdk.yml
This commit is contained in:
parent
5bf7b9d82f
commit
bebd13fea8
1
.github/workflows/publish-python-sdk.yml
vendored
1
.github/workflows/publish-python-sdk.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
VERSION_INCREMENTED=$(python .github/scripts/check_version_has_incremented.py python ./apps/python-sdk/firecrawl firecrawl-py)
|
VERSION_INCREMENTED=$(python .github/scripts/check_version_has_incremented.py python ./apps/python-sdk/firecrawl firecrawl-py)
|
||||||
echo "VERSION_INCREMENTED=$VERSION_INCREMENTED" >> $GITHUB_ENV
|
echo "VERSION_INCREMENTED=$VERSION_INCREMENTED" >> $GITHUB_ENV
|
||||||
|
echo "Published Version: ${{ env.VERSION_INCREMENTED }}"
|
||||||
|
|
||||||
- name: Build the package
|
- name: Build the package
|
||||||
if: env.VERSION_INCREMENTED == 'true'
|
if: env.VERSION_INCREMENTED == 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user