From 038e8c50eaab633498e1cf95ca078e5e1c2cf07b Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 10 Oct 2024 10:30:34 +0300 Subject: [PATCH] fix? --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d90ba10..5297721 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,6 @@ jobs: pypy3.10 3.12 check-latest: true - allow-prereleases: true - uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} @@ -108,7 +107,6 @@ jobs: 3.12 architecture: ${{ matrix.architecture }} check-latest: true - allow-prereleases: true - uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} @@ -155,7 +153,6 @@ jobs: pypy3.10 3.12 check-latest: true - allow-prereleases: true - uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} @@ -180,6 +177,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: "3.12" + check-latest: true - uses: PyO3/maturin-action@v1 with: command: sdist