Skip to content

Commit

Permalink
update sponsors as part of "publish" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Nov 11, 2024
1 parent a35f594 commit 9bd96f6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
provider: dockerhub
short_description: "Web Based User Interface for Python with Buttons, Dialogs, Markdown, 3D Scenes and Plots"

update_metadata:
update_version_and_sponsors:
needs: docker
runs-on: ubuntu-latest
steps:
Expand All @@ -112,12 +112,14 @@ jobs:
python-version: "3.11"
- 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
- 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 CITATION.cff pyproject.toml
git commit -m "Update pyproject.toml"
git add pyproject.toml README.md website/sponsors.json
git commit -m "Update version and sponsors"
git push origin HEAD:main
verify:
Expand Down

0 comments on commit 9bd96f6

Please sign in to comment.