diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e76be72d..441e88e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,7 @@ jobs: 3.11 3.12 3.13 + allow-prereleases: true - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -78,6 +79,7 @@ jobs: 3.11 3.12 3.13 + allow-prereleases: true - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -110,6 +112,7 @@ jobs: 3.11 3.12 3.13 + allow-prereleases: true architecture: ${{ matrix.platform.target }} - name: Build wheels uses: PyO3/maturin-action@v1 @@ -142,6 +145,7 @@ jobs: 3.11 3.12 3.13 + allow-prereleases: true - name: Build wheels uses: PyO3/maturin-action@v1 with: