Skip to content

Commit 23a787c

Browse files
committed
Update github-actions-demo.yml
1 parent 8c94f64 commit 23a787c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
replace: ${{ github.run_attempt }}
2626
regex: false
2727
include: "setup.py"
28+
- name: Debug setup.py
29+
run:
30+
run: cat setup.py
2831
- name: Build distribution
2932
run: python3 setup.py sdist
3033
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)