hotfix attempt for not allowing artifact uploads when testing

This commit is contained in:
DJ2LS 2022-11-25 16:01:15 +01:00
parent 271f33003c
commit a322e949c0
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "FreeDATA", "name": "FreeDATA",
"version": "0.6.5-alpha.2", "version": "0.6.5-alpha.3",
"description": "FreeDATA ", "description": "FreeDATA ",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -11,7 +11,7 @@ Not nice, suggestions are appreciated :-)
import subprocess import subprocess
from enum import Enum from enum import Enum
VERSION = "0.6.5-alpha.2" VERSION = "0.6.5-alpha.3"
ENABLE_EXPLORER = False ENABLE_EXPLORER = False