From 9edcf6372e78ed3363551092c2253a4521ccc4de Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Fri, 4 Oct 2024 16:53:22 +0100 Subject: [PATCH] Test bundle generation --- .github/workflows/release.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 51be958a..7f061563 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,6 +47,9 @@ jobs: # - name: Build container # run: make container - - name: Publish release distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 +# - name: Publish release distributions to PyPI +# uses: pypa/gh-action-pypi-publish@release/v1 + + - name: Create deploy bundle + run: templates/generate-all deploy.zip v${{ steps.version.outputs.VERSION }}