Skip to content

Automation Updates

Automation Updates #2

name: push to version tag
on:
push:
tags:
- v*
jobs:
Build_tox:
runs-on: [self-hosted, Windows, TouchDesigner]
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Start Python Runner
run: python scripts/build_tox.py
env:
IS_GITHUB: "TRUE"
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./release/latest/sudoSignals.tox