From 92e49bd58079cf6b91f4ce4e9cb9e0a61f9a4293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=B2=E6=BA=90?= <2402552459@qq.com> Date: Tue, 16 Apr 2024 11:36:05 +0800 Subject: [PATCH] polish(pu): polish release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 009ff6441..2ccdde384 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: env: CIBW_SKIP: "pp* *musllinux*" CIBW_ARCHS: ${{ matrix.architecture }} - CIBW_PROJECT_REQUIRES_PYTHON: "==${{ matrix.python }}.*" + CIBW_PROJECT_REQUIRES_PYTHON: ${{ matrix.python }} - name: Show the buildings shell: bash run: |