Skip to content

Commit

Permalink
remove fetch_sponsors from publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Feb 11, 2025
1 parent 8352638 commit df913d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion website/sponsors.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"top": [],
"total": 21,
"contributors": 141
"contributors": 142
}

0 comments on commit df913d5

Please sign in to comment.