Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48124b9 commit e44a014Copy full SHA for e44a014
.github/workflows/build_wppm.yml
@@ -48,6 +48,10 @@ jobs:
48
# run: |
49
# python -m pip install --no-deps --require-hashes -r $env.WINPYrequirements
50
51
+ - name: try diagnos flit problem
52
+ shell: bash
53
+ run: |
54
+ git status
55
56
- name: Build sdist
57
shell: bash
.github/workflows/build_wppm_test.yml
0 commit comments