From 58cad88b90812a5a89f483ce8359aa32ed5d1757 Mon Sep 17 00:00:00 2001 From: mush42 Date: Sat, 27 Jul 2024 13:14:08 +0200 Subject: [PATCH] Fixed complete removing muslinux --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5e9cba8..dc3ed09 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -142,7 +142,7 @@ jobs: name: Release runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" - needs: [linux, musllinux, windows, macos, sdist] + needs: [linux, windows, macos, sdist] steps: - uses: actions/download-artifact@v4 - name: Publish to PyPI