From 54a65abd763e5752ed37b38278e0cd56900b0eb4 Mon Sep 17 00:00:00 2001 From: ay-ex <127405908+ay-ex@users.noreply.github.com> Date: Fri, 12 Jul 2024 08:37:31 +0000 Subject: [PATCH] fix cleanup --- .github/workflows/ci-blenderbim-choco.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci-blenderbim-choco.yml b/.github/workflows/ci-blenderbim-choco.yml index 2f9f594e13..d0e6ebeb4d 100644 --- a/.github/workflows/ci-blenderbim-choco.yml +++ b/.github/workflows/ci-blenderbim-choco.yml @@ -28,29 +28,17 @@ jobs: build: needs: activate - name: ${{ matrix.config.name }}-${{ matrix.pyver }} + name: "choco_release" runs-on: ubuntu-latest strategy: fail-fast: false - matrix: - pyver: [py312] - config: - - { - name: "Windows Build", - short_name: win, - } steps: - uses: actions/checkout@v4 with: fetch-tags: true fetch-depth: 0 - - uses: actions/setup-python@v5 # https://github.com/actions/setup-python - with: - python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax - architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - run: echo ${{ env.DATE }} - - - name: Check in release tags if we should do a choco release and perform release if needed + - name: Check in release tags if we should do a choco release and perform the release if needed id: do_choco_release run: | cd /home/runner/work/IfcOpenShell/IfcOpenShell/choco/blenderbim/ &&