Skip to content

Commit 6b05a68

Browse files
committed
Make sure tags are imported in build_wheels
1 parent 16a50fa commit 6b05a68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
os: [ubuntu-22.04, windows-2022, macos-13, macos-14]
1818
steps:
1919
- uses: actions/checkout@v4
20-
20+
with:
21+
persist-credentials: false
22+
fetch-depth: 0
2123
- name: Build wheels
2224
uses: pypa/[email protected]
2325
env:

0 commit comments

Comments
 (0)