Skip to content

Commit

Permalink
devel branch + initial mods
Browse files Browse the repository at this point in the history
  • Loading branch information
PJDude committed Jan 2, 2024
1 parent 478965d commit 35ef5ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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" ]
branches: [ "main","devel" ]

permissions: read-all

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

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

Expand Down Expand Up @@ -263,8 +263,8 @@ jobs:
with:
tag_name: ${{ steps.version.outputs.version }}
name: Release ${{ steps.version.outputs.version }}
draft: false
prerelease: false
draft: true
prerelease: true
files: |
dude.${{ steps.version.outputs.version }}.portable.linux.tgz
dude.${{ steps.version.outputs.version }}.portable.linux.onefile.tgz
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pyinstaller==5.13.2
nuitka==1.8.1
pyinstaller==6.3.0
nuitka==1.9.6
appdirs==1.4.4
send2trash==1.8.2
zstandard==0.21.0
zstandard==0.22.0
ordered-set==4.1.0

0 comments on commit 35ef5ce

Please sign in to comment.