We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8aa2d commit 3c92cfcCopy full SHA for 3c92cfc
.github/workflows/python_ci.yml
@@ -64,7 +64,7 @@ jobs:
64
cd C:/
65
- name: "Build windows python wheel"
66
run: |
67
- echo | ls nobodywho/
+ ls nobodywho/
68
cd nobodywho/python
69
maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked
70
0 commit comments