Skip to content

Commit fb79857

Browse files
committed
Try building without pypy310 due to a build bug.
1 parent 39cd955 commit fb79857

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
release:
33
types:
44
- published
5+
workflow_dispatch:
56

67
name: Create release
78

@@ -50,7 +51,7 @@ jobs:
5051
fail-fast: true
5152
matrix:
5253
os: [ubuntu-22.04, windows-2022, macos-13]
53-
py: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39", "pp310"]
54+
py: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39"]
5455

5556
steps:
5657
- uses: actions/[email protected]

0 commit comments

Comments
 (0)