We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a673eb commit b6ee65fCopy full SHA for b6ee65f
.github/workflows/deploy.yml
@@ -46,10 +46,10 @@ jobs:
46
python -m pip install twine cibuildwheel==1.4.2
47
- name: Build wheel
48
run: |
49
- python -m cibuildwheel --output-dir wheelhouse
+ python -m cibuildwheel --output-dir wheelhouse && echo "PWD = $(pwd)" && echo "ls = $(ls)"
50
- name: Upload to PyPI
51
52
- python -m twine upload wheelhouse/*.whl
+ echo "PWD = $(pwd)" && echo "ls = $(ls *)" && python -m twine upload wheelhouse/*.whl
53
54
# - uses: actions/upload-artifact@v2
55
# with:
0 commit comments