Skip to content

Commit e56f298

Browse files
author
Drew Yang
committed
fix: 🐛 indentation
1 parent 3e62ad6 commit e56f298

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Release
22
on:
33
workflow_dispatch:
4-
inputs:
5-
testpypi:
6-
description: 'Release to TestPyPI then skip the rest'
7-
default: 'false'
8-
type: choice
9-
options:
10-
- 'true'
11-
- 'false'
4+
inputs:
5+
testpypi:
6+
description: 'Release to TestPyPI then skip the rest'
7+
default: 'false'
8+
type: choice
9+
options:
10+
- 'true'
11+
- 'false'
1212
jobs:
1313
build-release:
1414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)