Skip to content

Commit

Permalink
ssh debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaoqi committed Sep 20, 2024
1 parent 6ea06e2 commit 17b7628
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/compiler-python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ jobs:
with:
python-version: 3.8

- name: Start tmate session for debugging
uses: mxschmitt/action-tmate@v3
continue-on-error: true

# 例如,如果编译失败,可以通过SSH进行调试
- run: echo "Run after tmate session"

- name: Install cibuildwheel
run: pip install cibuildwheel

Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ archs = ["AMD64"]
archs = ["x86_64"]

before-build = [
"ls -l {project}",
"ls -l {project}/Build/",
"cat {project}/Build/Release/generators/CMakePresets.json",
"rm -f {project}/CMakeUserPresets.json",
"pip install auditwheel==6.0.0",
]
Expand Down

0 comments on commit 17b7628

Please sign in to comment.