Skip to content

Commit ed560f7

Browse files
try without python -m build
1 parent fc6ea79 commit ed560f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
pip install -e .
210210
# pyinstaller -y scripts/borg.exe.spec
211211
# build sdist and wheel in dist/...
212-
python -m build
212+
# python -m build
213213
# - uses: actions/upload-artifact@v4
214214
# with:
215215
# name: borg-windows

0 commit comments

Comments
 (0)