Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Dec 23, 2024
1 parent 9a08675 commit 6df5ea0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ jobs:
uses: ./.github/actions/setup

# actions/setup-python@v5 doesn't support this yet
- uses: Quansight-Labs/setup-python@v5
if: ${{ runner.os == 'Windows' }}
with:
python-version: '3.13t'
- run: pipx run uv venv -p 3.13t
working-directory: "bindings/python"

- uses: PyO3/maturin-action@v1
name: build abi3 wheels
with:
Expand Down

0 comments on commit 6df5ea0

Please sign in to comment.