From 6b05a686c54aa963967fcc7482073fdea5f339d1 Mon Sep 17 00:00:00 2001 From: Paul Harris Date: Fri, 31 May 2024 21:00:37 +0300 Subject: [PATCH] Make sure tags are imported in build_wheels --- .github/workflows/build_wheel.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index ae7c176..5c25324 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -17,7 +17,9 @@ jobs: os: [ubuntu-22.04, windows-2022, macos-13, macos-14] steps: - uses: actions/checkout@v4 - + with: + persist-credentials: false + fetch-depth: 0 - name: Build wheels uses: pypa/cibuildwheel@v2.18.1 env: