Skip to content

Commit

Permalink
Disable tmate in CI (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins authored Oct 10, 2024
1 parent c9ce623 commit 3b52025
Show file tree
Hide file tree
Showing 2 changed files with 4 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
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ History

X.Y.Z (DD-MM-YYYY)
------------------
* Disable tmate in continuous integration (:pr:`135`)
* Update to latest cibuildwheel (:pr:`131`, :pr:`133`)
* Use conda forge compilers on MACOSX and update MACOX_DEPLOYMENT_TARGET=12.0 (:pr:`131`, :pr:`133`)
* Avoid sorting sorted indices (:pr:`129`, :pr:`130`)
Expand Down

0 comments on commit 3b52025

Please sign in to comment.