From c54ce864dd80886543af8901347a7f6a9e19015a Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Wed, 15 Jan 2025 14:36:08 +0200 Subject: [PATCH] Update pythonapp.yml --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 634cf95..0b56a92 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build wheel - if: ${{ always() }} + if: ${{ always() }} uses: pypa/cibuildwheel@v2.20 env: CIBW_ARCHS_LINUX: x86_64