Skip to content

Commit

Permalink
🚧 Debug suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Dec 4, 2024
1 parent 4fdf39d commit e1a8c66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- { os: windows-latest, target: i686 }

runs-on: ${{ matrix.os }}

env:
- PYO3_PRINT_CONFIG: 1

steps:
- uses: actions/checkout@v4

Expand All @@ -48,7 +52,7 @@ jobs:
target: ${{ matrix.target }}
manylinux: ${{ matrix.manylinux || 'auto' }}
# Keep in sync with tests.yml
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t'
args: --release --out dist --interpreter '3.13'
rust-toolchain: stable
docker-options: -e CI

Expand Down

0 comments on commit e1a8c66

Please sign in to comment.