From f461db73ad72870e3b0bad799e2bedebb314709c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 2 Sep 2026 08:51:54 +0000 Subject: [PATCH 1/2] Initial plan From 89faa449675090e186f8a2b72a5d2c4848b35c6d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 2 Sep 2026 08:53:20 +0000 Subject: [PATCH 2/2] Remove PyPI publish from bump workflow Co-authored-by: robcaulk <20807672+robcaulk@users.noreply.github.com> --- .github/workflows/bump.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 73cb0df..28cebed 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -5,15 +5,11 @@ on: - main permissions: contents: write - id-token: write jobs: bump: if: '!startsWith(github.event.head_commit.message, ''chore(release):'')' name: Bump version runs-on: ubuntu-latest - environment: - name: pypi - url: https://pypi.org/p/asknews/ steps: - name: Check out uses: actions/checkout@v6 @@ -35,8 +31,6 @@ jobs: uses: astral-sh/setup-uv@v7 - name: Build package run: uv build --wheel - - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - name: Release uses: softprops/action-gh-release@v2 with: