We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad9fcb commit 4b2a5b7Copy full SHA for 4b2a5b7
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
pip install cibuildwheel
36
cibuildwheel --output-dir output
37
- rm -f output/*.whl
+ rm output/*.whl
38
- name: Upload OpenSSL
39
uses: actions/upload-artifact@v1
40
with:
0 commit comments