aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-06-15 14:11:19 +0200
committertmartins <thigm85@gmail.com>2020-06-15 14:11:19 +0200
commit5a6ddaefc8b3f11794eda0769fe8127d77c558ca (patch)
tree053573ef39b719ebc2db3e919b1dff35f13d761e /.github
parent4cffe7ebb312f3002aa1150222685e43f5ad3643 (diff)
debug
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 4039d641f7e..eb6bf0fde28 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -41,7 +41,12 @@ jobs:
run: |
pip install --upgrade setuptools wheel
python setup.py sdist bdist_wheel
- echo $(ls dist)
+ echo $(ls -alh)
+ echo $(ls -alh dist )
+ - name: Degug
+ run: |
+ echo $(ls -alh)
+ echo $(ls -alh dist )
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with: