From 105aeec6e2a80874b9dd3b5a565594b1b2290550 Mon Sep 17 00:00:00 2001 From: ThiaudioTT Date: Sat, 22 Jul 2023 15:17:29 -0300 Subject: [PATCH] updates workflow --- .github/workflows/build-release-python.yaml | 17 +++++++++-------- version.json | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-release-python.yaml b/.github/workflows/build-release-python.yaml index d69ef0a..d36f575 100644 --- a/.github/workflows/build-release-python.yaml +++ b/.github/workflows/build-release-python.yaml @@ -23,14 +23,14 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ruff # pytest + # pip install ruff pytest for the future pip install -r requirements.txt - - name: Lint with ruff - run: | - # stop the build if there are Python syntax errors or undefined names - ruff --format=github --select=E9,F63,F7,F82 --target-version=py37 . - # default set of ruff rules with GitHub Annotations - ruff --format=github --target-version=py37 . + # - name: Lint with ruff + # run: | + # # stop the build if there are Python syntax errors or undefined names + # ruff --format=github --select=E9,F63,F7,F82 --target-version=py37 . + # # default set of ruff rules with GitHub Annotations + # ruff --format=github --target-version=py37 . # - name: Test with pytest # run: | # pytest @@ -43,7 +43,8 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest" - prerelease: true + prerelease: false + draft: true title: "Development Build" files: | LICENSE.txt diff --git a/version.json b/version.json index 74b76fe..10926a6 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "0.3.0", + "version": "1.0.0", "auto-update": false, - "date": "20-may-2023" + "date": "22-july-2023" } \ No newline at end of file