Skip to content

Commit ad5c589

Browse files
committed
test manual dispatch
1 parent dde304d commit ad5c589

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
name: Build Wheels
44

55
on:
6-
# Triggers the workflow on push or pull request events
7-
push:
8-
branches:
9-
- "*"
10-
- "*/*"
11-
- "**"
12-
pull_request:
13-
branches: [main]
6+
workflow_dispatch:
147

158
jobs:
169
build_sdist:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "qoco"
7-
version = "0.1.7"
7+
version = "0.1.5"
88
description = "QOCO: Quadratic Objective Conic Optimizer"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)