Skip to content

Commit

Permalink
workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
solarw committed Sep 4, 2024
1 parent 88c39ab commit 19c375d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/release_win.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
name: Release for Windows

# This workflow is triggered on pushing a tag BE CAREFUL this application AUTO UPDATES !!!
# git tag vX.Y.Z
# git push origin tag vX.Y.Z

# on: [pull_request]


on:
push:
tags:
Expand All @@ -15,9 +8,6 @@ on:
jobs:
build-windows:
runs-on: windows-latest
#strategy:
# matrix:
# arch: [ x64, arm64 ]
defaults:
run:
shell: bash
Expand All @@ -35,13 +25,11 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
# version: '1.4.0'
version: '1.4.0'
virtualenvs-create: true
virtualenvs-in-project: false
virtualenvs-path: ~/my-custom-path
installer-parallel: true
#- name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Install dependencies
run: poetry install

Expand Down

0 comments on commit 19c375d

Please sign in to comment.