Skip to content

Commit b21de89

Browse files
committed
ci: support manually building a version
1 parent 1df880e commit b21de89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Wheels
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
overrideVersion:
7+
description: Manually force a version
58
pull_request:
69
branches:
710
- master
@@ -16,6 +19,7 @@ on:
1619
env:
1720
CIBW_TEST_EXTRAS: test
1821
CIBW_TEST_COMMAND: pytest {project}/tests
22+
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.overrideVersion }}
1923

2024

2125
jobs:

0 commit comments

Comments
 (0)