Update publish.yml (#16948)

pull/16945/head^2
Glenn Jocher 1 month ago committed by GitHub
parent 291f481346
commit 091a30e0df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .github/workflows/publish.yml

@ -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…
Cancel
Save