From df913d55ba4e885ad5170a4182f6e7a4538a65a1 Mon Sep 17 00:00:00 2001 From: Falko Schindler Date: Tue, 11 Feb 2025 09:56:50 +0100 Subject: [PATCH] remove fetch_sponsors from publish workflow --- .github/workflows/publish.yml | 10 +++------- .../workflows/fetch_sponsors.py => fetch_sponsors.py | 0 website/sponsors.json | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) rename .github/workflows/fetch_sponsors.py => fetch_sponsors.py (100%) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9ec63fa1f..03c0ff524 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -120,7 +120,7 @@ jobs: provider: dockerhub short_description: "Web Based User Interface for Python with Buttons, Dialogs, Markdown, 3D Scenes and Plots" - update_version_and_sponsors: + update_version: needs: docker runs-on: ubuntu-latest steps: @@ -134,16 +134,12 @@ jobs: run: pip install httpx - name: Update version in pyproject.toml run: python .github/workflows/update_pyproject.py ${GITHUB_REF#refs/tags/} - - name: Update sponsors in README and on website - run: python .github/workflows/fetch_sponsors.py - env: - GITHUB_TOKEN: ${{ github.token }} - name: Commit and push changes run: | git config --global user.name "github-actions[bot]" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add pyproject.toml README.md website/sponsors.json - git commit -m "Update version and sponsors" + git add pyproject.toml + git commit -m "Update version" git push origin HEAD:main verify: diff --git a/.github/workflows/fetch_sponsors.py b/fetch_sponsors.py similarity index 100% rename from .github/workflows/fetch_sponsors.py rename to fetch_sponsors.py diff --git a/website/sponsors.json b/website/sponsors.json index 3bcec2655..902f902c3 100644 --- a/website/sponsors.json +++ b/website/sponsors.json @@ -1,5 +1,5 @@ { "top": [], "total": 21, - "contributors": 141 + "contributors": 142 }