From 091a30e0dff20738d4ddd1f8e9910b9118dfdd39 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 16 Oct 2024 02:46:04 +0200 Subject: [PATCH] Update publish.yml (#16948) --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2b15a236..e82aecc5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip wheel - pip install requests build twine toml + pip install ultralytics-actions build twine toml - name: Check PyPI version shell: python run: | @@ -106,8 +106,7 @@ jobs: GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }} CURRENT_TAG: ${{ steps.check_pypi.outputs.current_tag }} PREVIOUS_TAG: ${{ steps.check_pypi.outputs.previous_tag }} - run: | - curl -s "https://raw.githubusercontent.com/ultralytics/actions/main/utils/summarize_release.py" | python - + run: ultralytics-actions-summarize-release shell: bash - name: Extract PR Details env: