We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7c08f commit b38ace9Copy full SHA for b38ace9
3 files changed
.github/workflows/build_wppm.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Build sdist
58
shell: bash
59
run: |
60
- python -m flit build -V && ls -l dist
+ python -m flit build && ls -l dist
61
62
63
- name: prepare result
.github/workflows/build_wppm_test.yml
- python -m flit build -V --diff && ls -l dist && ls -l dist
.gitignore
@@ -16,15 +16,15 @@ venv/
16
.orig
17
.DS_Store
18
19
-^build/
20
# ^dist/ is dead syntax
21
/dist/
22
-^bin/
23
-^tools/gnuwin32/
24
-^tools/TortoiseHg/
25
-^tools/WinMerge/
26
-^winpython.egg-info/
+
27
MANIFEST
28
Thumbs.db
29
*~
30
*.swp
+# Other build artifacts
+*.spec
+*.log
+htmlcov/
0 commit comments