Skip to content

Commit

Permalink
bump python, disable release, enable build
Browse files Browse the repository at this point in the history
  • Loading branch information
xy committed Dec 17, 2024
1 parent c8f255a commit 3634bfb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: win_lin_release

on:
push:
branches: [ "main","devel" ]
branches: [ "main","devel","fixes" ]

permissions: read-all

Expand All @@ -18,7 +18,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: 'pip'
check-latest: true

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: 'pip'
check-latest: true

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: 'pip'
check-latest: true

Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: 'pip'
check-latest: true

Expand Down Expand Up @@ -259,8 +259,8 @@ jobs:
with:
tag_name: ${{ steps.version.outputs.version }}
name: Librer ${{ steps.version.outputs.version }}
draft: false
prerelease: false
draft: true
prerelease: true
files: |
librer.${{ steps.version.outputs.version }}.linux.portable.zip
librer.${{ steps.version.outputs.version }}.linux.nuitka.portable.zip
Expand Down

0 comments on commit 3634bfb

Please sign in to comment.