Skip to content

Commit

Permalink
Reapply "tmate"
Browse files Browse the repository at this point in the history
This reverts commit c979a51.
  • Loading branch information
sjperkins committed Oct 9, 2024
1 parent c979a51 commit b15985b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ jobs:
name: ${{ env.ARTIFACT_NAME }}-${{ matrix.os_short }}-${{ matrix.cpython }}-${{ matrix.arch }}
path: ./wheelhouse/*.whl

# - name: Debug with tmate on failure
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
- name: Debug with tmate on failure
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

upload-to-test-pypi:
name: Upload release to Test PyPI
Expand Down

0 comments on commit b15985b

Please sign in to comment.