Skip to content

Commit

Permalink
ci: remove debugging step.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 29, 2024
1 parent 5272c79 commit 58f9427
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ jobs:
pip install maturin build
python -m build --sdist -o wheelhouse py
- name: Setup tmate session
if: matrix.build == 'windows'
uses: mxschmitt/action-tmate@v3

- name: Build ${{ matrix.platform || matrix.os }} binaries
run: cibuildwheel --output-dir wheelhouse py
env:
Expand Down

0 comments on commit 58f9427

Please sign in to comment.