File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments