Skip to content

Commit 37b3202

Browse files
committed
flit last
1 parent 2bf16b0 commit 37b3202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 --format=wheel --verify-metadata --no-sdist --diff && ls -l dist
60+
python -m flit build -V && 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 --format=wheel --verify-metadata --no-sdist --diff && ls -l dist
60+
python -m flit build -V --diff && ls -l dist && ls -l dist
6161
6262
6363
- name: prepare result

0 commit comments

Comments
 (0)