File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5757 - name : Build sdist
5858 shell : bash
5959 run : |
60- python -m flit build -V && ls -l dist
60+ python -m flit build && ls -l dist
6161
6262
6363 - name : prepare result
Original file line number Diff line number Diff line change 5757 - name : Build sdist
5858 shell : bash
5959 run : |
60- python -m flit build -V --diff && ls -l dist && ls -l dist
60+ python -m flit build && ls -l dist
6161
6262
6363 - name : prepare result
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ venv/
1616.orig
1717.DS_Store
1818
19- ^build /
2019# ^dist/ is dead syntax
2120/dist /
22- ^bin /
23- ^tools /gnuwin32 /
24- ^tools /TortoiseHg /
25- ^tools /WinMerge /
26- ^winpython.egg-info /
21+
2722MANIFEST
2823Thumbs.db
2924* ~
3025* .swp
26+
27+ # Other build artifacts
28+ * .spec
29+ * .log
30+ htmlcov /
You can’t perform that action at this time.
0 commit comments