Skip to content

Commit

Permalink
ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
luccabb committed Feb 4, 2025
1 parent 778ce40 commit 05239cc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,23 @@ jobs:
with:
name: wheels_${{ matrix.manylinux }}_${{ matrix.target }}
path: dist

debug:
name: Debug
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up secret file
env:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
echo $PYPI_PASSWORD >> secrets.txt
- name: Run tmate
uses: mxschmitt/action-tmate@v3

release:
name: Release
Expand Down

0 comments on commit 05239cc

Please sign in to comment.