We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf16b0 commit 37b3202Copy full SHA for 37b3202
.github/workflows/build_wppm.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Build sdist
58
shell: bash
59
run: |
60
- python -m flit build --format=wheel --verify-metadata --no-sdist --diff && ls -l dist
+ python -m flit build -V && 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
0 commit comments