diff --git a/.github/workflows/release_win.yml b/.github/workflows/release_win.yml index 999cea63..7d3a89c5 100644 --- a/.github/workflows/release_win.yml +++ b/.github/workflows/release_win.yml @@ -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: @@ -15,9 +8,6 @@ on: jobs: build-windows: runs-on: windows-latest - #strategy: - # matrix: - # arch: [ x64, arm64 ] defaults: run: shell: bash @@ -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