Skip to content

Commit

Permalink
A bit of SSH debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Nov 8, 2024
1 parent e0404a9 commit 4afb19e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ jobs:
needs: [details, check_pypi]
runs-on: ubuntu-latest
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
timeout-minutes: 20
limit-access-to-actor: true

- uses: actions/checkout@v4

- name: Set up Python
Expand Down

0 comments on commit 4afb19e

Please sign in to comment.