Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 0c09e09

Browse files
authored
Support workflow dispatch (#191)
I wanted to re-test with a newer 3.11 beta
1 parent f98f672 commit 0c09e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build wheels
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
test_prerelease_python:

0 commit comments

Comments
 (0)