Skip to content

Commit b6ee65f

Browse files
committed
Debugging upload.
1 parent 2a673eb commit b6ee65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
python -m pip install twine cibuildwheel==1.4.2
4747
- name: Build wheel
4848
run: |
49-
python -m cibuildwheel --output-dir wheelhouse
49+
python -m cibuildwheel --output-dir wheelhouse && echo "PWD = $(pwd)" && echo "ls = $(ls)"
5050
- name: Upload to PyPI
5151
run: |
52-
python -m twine upload wheelhouse/*.whl
52+
echo "PWD = $(pwd)" && echo "ls = $(ls *)" && python -m twine upload wheelhouse/*.whl
5353
5454
# - uses: actions/upload-artifact@v2
5555
# with:

0 commit comments

Comments
 (0)