8000 test uploading stubs from actions · FoamyGuy/circuitpython@b1bd345 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1bd345

Browse files
committed
test uploading stubs from actions
1 parent 525e2ce commit b1bd345

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
run: |
4444
gcc --version
4545
python3 --version
46+
- name: Check For setup.py
47+
id: need-pypi
48+
run: |
49+
echo ::set-output name=setup-py::$( find . -wholename './setup.py' )
4650
# - name: New boards check
4751
# run: python3 -u ci_new_boards_check.py
4852
# working-directory: tools

0 commit comments

Comments
 (0)
0