Skip to content

Commit 145ac40

Browse files
committed
debug git actions
1 parent 59eee34 commit 145ac40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/python-package.yml

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787
deploy:
8888
runs-on: ubuntu-latest
89+
container: python:3-slim
8990
needs:
9091
- build
9192
- coveralls
@@ -98,6 +99,7 @@ jobs:
9899
run: |
99100
ls -l
100101
pwd
102+
python --version
101103
python setup.py sdist bdist_wheel
102104
- name: Publish a Python distribution to PyPI
103105
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)