Update publish-python-sdk.yml
This commit is contained in:
parent
2744e3d4b9
commit
a939f46f3a
10
.github/workflows/publish-python-sdk.yml
vendored
10
.github/workflows/publish-python-sdk.yml
vendored
@ -27,11 +27,11 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install setuptools wheel twine build requests packaging
|
pip install setuptools wheel twine build requests packaging
|
||||||
|
|
||||||
- name: Run version check script
|
- name: Run version check script
|
||||||
id: version_check_script
|
id: version_check_script
|
||||||
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
|
||||||
|
|
||||||
- name: Debug output of version check
|
- name: Debug output of version check
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user