Przeglądaj źródła

Update to 8.8.8

Lutz Roeder 1 miesiąc temu
rodzic
commit
c2a17fb22f
3 zmienionych plików z 5 dodań i 5 usunięć
  1. 1 1
      .github/workflows/publish.yml
  2. 2 2
      package-lock.json
  3. 2 2
      package.json

+ 1 - 1
.github/workflows/publish.yml

@@ -70,7 +70,7 @@ jobs:
         name: Publish Python
         env:
           TWINE_USERNAME: __token__
-          TWINE_PASSWORD: ${{ secrets.pypi_api_token }}
+          TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
         run: npm run publish python
 
       - if: startsWith(matrix.os, 'ubuntu')

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
     "name": "netron",
-    "version": "8.8.7",
+    "version": "8.8.8",
     "lockfileVersion": 3,
     "requires": true,
     "packages": {
         "": {
             "name": "netron",
-            "version": "8.8.7",
+            "version": "8.8.8",
             "hasInstallScript": true,
             "license": "MIT",
             "dependencies": {

+ 2 - 2
package.json

@@ -6,8 +6,8 @@
         "email": "[email protected]",
         "url": "https://www.lutzroeder.com"
     },
-    "version": "8.8.7",
-    "date": "2026-01-30 17:56:01",
+    "version": "8.8.8",
+    "date": "2026-01-30 23:53:21",
     "description": "Visualizer for neural network, deep learning, and machine learning models",
     "license": "MIT",
     "repository": "lutzroeder/netron",