Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 641a945

Browse files
authored
Merge pull request #1784 from stonebig/master
again
2 parents 63e3689 + 2bf16b0 commit 641a945

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_wppm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# run: |
4949
# python -m pip install --no-deps --require-hashes -r $env.WINPYrequirements
5050

51-
- name: try diagnos flit problem
51+
- name: try diagnose flit problem
5252
shell: bash
5353
run: |
5454
git status
@@ -57,7 +57,7 @@ jobs:
5757
- name: Build sdist
5858
shell: bash
5959
run: |
60-
python -m flit build && ls -l dist
60+
python -m flit build --format=wheel --verify-metadata --no-sdist --diff && ls -l dist
6161
6262
6363
- name: prepare result

.github/workflows/build_wppm_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# run: |
4949
# python -m pip install --no-deps --require-hashes -r $env.WINPYrequirements
5050

51-
- name: try diagnos flit problem
51+
- name: try diagnose flit problem
5252
shell: bash
5353
run: |
5454
git status
@@ -57,7 +57,7 @@ jobs:
5757
- name: Build sdist
5858
shell: bash
5959
run: |
60-
python -m flit build && ls -l dist
60+
python -m flit build --format=wheel --verify-metadata --no-sdist --diff && ls -l dist
6161
6262
6363
- name: prepare result

0 commit comments

Comments
 (0)