Update publish.yml (#16948)
This commit is contained in:
parent
291f481346
commit
091a30e0df
1 changed files with 2 additions and 3 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip wheel
|
python -m pip install --upgrade pip wheel
|
||||||
pip install requests build twine toml
|
pip install ultralytics-actions build twine toml
|
||||||
- name: Check PyPI version
|
- name: Check PyPI version
|
||||||
shell: python
|
shell: python
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -106,8 +106,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
|
||||||
CURRENT_TAG: ${{ steps.check_pypi.outputs.current_tag }}
|
CURRENT_TAG: ${{ steps.check_pypi.outputs.current_tag }}
|
||||||
PREVIOUS_TAG: ${{ steps.check_pypi.outputs.previous_tag }}
|
PREVIOUS_TAG: ${{ steps.check_pypi.outputs.previous_tag }}
|
||||||
run: |
|
run: ultralytics-actions-summarize-release
|
||||||
curl -s "https://raw.githubusercontent.com/ultralytics/actions/main/utils/summarize_release.py" | python -
|
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Extract PR Details
|
- name: Extract PR Details
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue