diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml index c9b519b..fdd406c 100644 --- a/.github/workflows/maturin.yml +++ b/.github/workflows/maturin.yml @@ -8,6 +8,7 @@ # * added --no-index to local package installation during pytest, and remove # MacOS pytest (workaround for # ). +# * Add `allow-prereleases: true` after all python-version 3.x # name: CI @@ -47,6 +48,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x + allow-prereleases: true - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -103,6 +105,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x + allow-prereleases: true - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -160,6 +163,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x + allow-prereleases: true architecture: ${{ matrix.platform.target }} - name: Build wheels uses: PyO3/maturin-action@v1 @@ -197,6 +201,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x + allow-prereleases: true - name: Build wheels uses: PyO3/maturin-action@v1 with: