Skip to content

Commit b38ace9

Browse files
committed
trying again to flit
1 parent 1f7c08f commit b38ace9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build_wppm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

.github/workflows/build_wppm_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
2722
MANIFEST
2823
Thumbs.db
2924
*~
3025
*.swp
26+
27+
# Other build artifacts
28+
*.spec
29+
*.log
30+
htmlcov/

0 commit comments

Comments
 (0)