From af57c3d291e7c6c725460a2cc4e7c63ca5e5d584 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Tue, 28 May 2024 15:28:50 +0200 Subject: [PATCH] Fix deployment until new `githubrelease` is released See: --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f255de5..feba5b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,7 +77,8 @@ jobs: - name: Check release id: check_release run: | - python -m pip install autopub[github] + python -m pip install autopub httpx + python -m pip install https://github.com/scikit-build/github-release/archive/master.zip autopub check - name: Publish