Selaa lähdekoodia

update version and sponsors

Falko Schindler 5 kuukautta sitten
vanhempi
säilyke
191e5d4d5d
4 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. 2 0
      .github/workflows/publish.yml
  2. 1 1
      pyproject.toml
  3. 2 2
      website/sponsors.json
  4. 0 1
      website/sponsors.py

+ 2 - 0
.github/workflows/publish.yml

@@ -136,6 +136,8 @@ jobs:
         run: python .github/workflows/update_pyproject.py ${GITHUB_REF#refs/tags/}
         run: python .github/workflows/update_pyproject.py ${GITHUB_REF#refs/tags/}
       - name: Update sponsors in README and on website
       - name: Update sponsors in README and on website
         run: python .github/workflows/fetch_sponsors.py
         run: python .github/workflows/fetch_sponsors.py
+        env:
+          GITHUB_TOKEN: ${{ github.token }}
       - name: Commit and push changes
       - name: Commit and push changes
         run: |
         run: |
           git config --global user.name "github-actions[bot]"
           git config --global user.name "github-actions[bot]"

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [tool.poetry]
 [tool.poetry]
 name = "nicegui"
 name = "nicegui"
-version = "2.8.1-dev"
+version = "2.9.0-dev"
 description = "Create web-based user interfaces with Python. The nice way."
 description = "Create web-based user interfaces with Python. The nice way."
 authors = ["Zauberzeug GmbH <info@zauberzeug.com>"]
 authors = ["Zauberzeug GmbH <info@zauberzeug.com>"]
 license = "MIT"
 license = "MIT"

+ 2 - 2
website/sponsors.json

@@ -1,5 +1,5 @@
 {
 {
   "top": [],
   "top": [],
-  "total": 23,
-  "contributors": 133
+  "total": 22,
+  "contributors": 135
 }
 }

+ 0 - 1
website/sponsors.py

@@ -1 +0,0 @@
-NUM_SPONSORS = 18