Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pcroland committed Dec 23, 2023
1 parent b1068f8 commit 59ba353
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"

- name: Set up libraries
run: |
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GH_TOKEN }}
tag_name: ${{ steps.fetch.outputs.RELEASE_VERSION }}
tag_name: ${{ env.RELEASE_VERSION }}
body_path: changelog.txt
files: deew_linux

Expand All @@ -60,12 +60,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"

- name: Set up libraries
run: |
python -m pip install wheel poetry
python -m pip install "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-5.3-py3-none-any.whl"
python -m pip install "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-5.8.0-py3-none-any.whl"
python -m pip install .
- name: Build
Expand Down

0 comments on commit 59ba353

Please sign in to comment.