Skip to content

Commit 2d06869

Browse files
Update wheel build
1 parent 6c4d878 commit 2d06869

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/python-package.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,13 @@ jobs:
168168
runs-on: ${{ matrix.os }}
169169
steps:
170170
- uses: actions/checkout@v4
171-
with:
172-
fetch-depth: 1 # shallow clone
173-
- name: Fetch tags for dynamic versioning in setup.py
174-
run: |
175-
git fetch --depth=1 origin --tags
176-
echo "Available Git tags:"
177-
git tag -n
171+
# with:
172+
# fetch-depth: 1 # shallow clone
173+
# - name: Fetch tags for dynamic versioning in setup.py
174+
# run: |
175+
# git fetch --depth=1 origin --tags
176+
# echo "Available Git tags:"
177+
# git tag -n
178178
- name: Download build artifact
179179
uses: actions/download-artifact@v4
180180
with:
@@ -192,7 +192,7 @@ jobs:
192192
python-version: ${{ matrix.python-version }}
193193
cache: pip
194194
- run: pip install build wheel
195-
- run: python -m build .
195+
- run: python -m build . -w
196196
- name: Determine and Set Platform Tag, then Tag Wheel
197197
shell: bash
198198
run: |

0 commit comments

Comments
 (0)