From e8b1f91ba3220a40082111405663cbf92b3c0d4f Mon Sep 17 00:00:00 2001 From: Jan Adler Date: Fri, 7 Jun 2024 09:49:17 +0200 Subject: [PATCH] Removed legacy release packaging --- .github/workflows/ci.yml | 1 - .github/workflows/release.yml | 33 ++++----------------------------- submodules/affect | 2 +- 3 files changed, 5 insertions(+), 31 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee4b44aa..8526faac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,6 @@ jobs: sudo apt-get install -y build-essential octave portaudio19-dev python-dev-is-python3 export MAKEFLAGS="-j $(grep -c ^processor /proc/cpuinfo)" pip install -e .[develop,test,documentation,quadriga,uhd,audio] - python -m setup develop - name: Run unit tests run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0044f364..f0360e81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,39 +1,14 @@ -name: Create Release +name: Publish Documentation on: push: tags: - 'v[0-9]+.[0-9]+.[0-9]+' -jobs: - GitHub-Release: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - with: - lfs: true - submodules: recursive - - - name: Changelog - uses: scottbrenner/generate-changelog-action@master - id: Changelog - env: - REPO: ${{ github.repository }} +env: + HERMES_QUADRIGA: ${{ github.workspace }}/submodules/quadriga/quadriga_src - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - body: | - ${{ steps.Changelog.outputs.changelog }} - draft: false - prerelease: false +jobs: Documentation-Release: diff --git a/submodules/affect b/submodules/affect index 61509eb7..8fa65a3c 160000 --- a/submodules/affect +++ b/submodules/affect @@ -1 +1 @@ -Subproject commit 61509eb756ae3725b8a67c2d26a5af5ba95186fb +Subproject commit 8fa65a3ca9b0dcdd3d544363bc692d4f85f6f718