Skip to content

Commit

Permalink
Allow prereleases in release process
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonym committed Oct 8, 2024
1 parent f779732 commit 42f6437
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
3.11
3.12
3.13
allow-prereleases: true
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
3.11
3.12
3.13
allow-prereleases: true
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -142,6 +145,7 @@ jobs:
3.11
3.12
3.13
allow-prereleases: true
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 42f6437

Please sign in to comment.