From 7a1924aaea00ebede0b176eb3e0866151a12ffb6 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Fri, 29 Nov 2024 19:49:57 -0500 Subject: [PATCH] .0 --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index c3c398d..abde446 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -117,7 +117,7 @@ jobs: with: python-version: 3.9 - name: Build wheels - uses: PyO3/maturin-action@v1.45 + uses: PyO3/maturin-action@v1.45.0 with: target: ${{ matrix.target }} manylinux: auto